OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashtab
(Results
1 - 15
of
15
) sorted by null
/external/libsepol/include/sepol/policydb/
symtab.h
10
* using the hash table type (
hashtab
).
16
#include <sepol/policydb/
hashtab
.h>
/external/hyphenation/
hyphen.c
76
typedef struct _HashTab
HashTab
;
108
static
HashTab
*
111
HashTab
*
hashtab
;
local
114
hashtab
= hnj_malloc (sizeof(
HashTab
));
116
hashtab
->entries[i] = NULL;
118
return
hashtab
;
122
hnj_hash_free (
HashTab
*
hashtab
)
283
HashTab *
hashtab
;
local
[
all
...]
/external/libsepol/src/
symtab.c
11
#include <sepol/policydb/
hashtab
.h>
roles.c
4
#include <sepol/policydb/
hashtab
.h>
booleans.c
9
#include <sepol/policydb/
hashtab
.h>
hashtab.c
33
#include <sepol/policydb/
hashtab
.h>
users.c
10
#include <sepol/policydb/
hashtab
.h>
link.c
25
#include <sepol/policydb/
hashtab
.h>
757
* because it refers
hashtab
to lookup destinated objects.
[
all
...]
expand.c
26
#include <sepol/policydb/
hashtab
.h>
207
ERR(state->handle, "
hashtab
overflow");
343
ERR(state->handle, "
hashtab
overflow");
538
ERR(state->handle, "
hashtab
overflow");
547
ERR(state->handle, "
hashtab
overflow");
602
* because it refers
hashtab
to lookup destinated objects.
762
ERR(state->handle, "
hashtab
overflow");
924
ERR(state->handle, "
hashtab
overflow");
1074
ERR(state->handle, "
hashtab
overflow");
1187
ERR(state->handle, "
hashtab
overflow")
[
all
...]
/external/checkpolicy/
module_compiler.h
15
#include <sepol/policydb/
hashtab
.h>
/external/libsepol/
Android.mk
19
src/
hashtab
.c \
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h
310
htab_t GTY((param_is (struct cgraph_node_set_element_def)))
hashtab
;
324
htab_t GTY((param_is (struct varpool_node_set_element_def)))
hashtab
;
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
310
htab_t GTY((param_is (struct cgraph_node_set_element_def)))
hashtab
;
324
htab_t GTY((param_is (struct varpool_node_set_element_def)))
hashtab
;
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h
310
htab_t GTY((param_is (struct cgraph_node_set_element_def)))
hashtab
;
324
htab_t GTY((param_is (struct varpool_node_set_element_def)))
hashtab
;
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
310
htab_t GTY((param_is (struct cgraph_node_set_element_def)))
hashtab
;
324
htab_t GTY((param_is (struct varpool_node_set_element_def)))
hashtab
;
[
all
...]
Completed in 880 milliseconds