Home
last modified time | relevance | path

Searched defs:ptable (Results 1 – 7 of 7) sorted by relevance

/external/musl/src/ctype/
D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
D__ctype_toupper_loc.c25 static const int32_t *const ptable = table+128; variable
D__ctype_b_loc.c36 static const unsigned short *const ptable = table+128; variable
/external/trusty/musl/src/ctype/
D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
D__ctype_toupper_loc.c25 static const int32_t *const ptable = table+128; variable
D__ctype_b_loc.c36 static const unsigned short *const ptable = table+128; variable
/external/oj-libjdwp/src/share/back/
DstepControl.c110 jvmtiLineNumberEntry **ptable) in getLineNumberTable()