RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libfs
src
rfs
rtems-rfs-dir-hash.h
Go to the documentation of this file.
1
12
/*
13
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
14
*
15
* The license and distribution terms for this file may be
16
* found in the file LICENSE in this distribution or at
17
* http://www.rtems.org/license/LICENSE.
18
*/
19
20
#if !defined (_RTEMS_RFS_DIR_HASH_H_)
21
#define _RTEMS_RFS_DIR_HAS_H_
22
23
#include <stddef.h>
24
#include <stdint.h>
25
34
uint32_t
rtems_rfs_dir_hash
(
const
void
*key,
size_t
length);
35
36
#endif
rtems_rfs_dir_hash
uint32_t rtems_rfs_dir_hash(const void *key, size_t length)
Compute a hash of the key over the length of string.
Definition:
rtems-rfs-dir-hash.c:169
Generated by
1.8.13