Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/minix/lib/libc/locale/
H A Dnb_lc_time_misc.h37 #define ABDAY_IDX(idx) ((size_t)idx - (size_t)ABDAY_1) argument
38 #define DAY_IDX(idx) ((size_t)idx - (size_t)DAY_1) argument
39 #define ABMON_IDX(idx) ((size_t)idx - (size_t)ABMON_1) argument
40 #define MON_IDX(idx) ((size_t)idx - (size_t)MON_1) argument
41 #define AM_PM_IDX(idx) ((size_t)idx - (size_t)AM_STR) argument
/minix/external/bsd/libc++/dist/libcxx/src/
H A Dstring.cpp253 stoi(const string& str, size_t* idx, int base) in stoi()
259 stoi(const wstring& str, size_t* idx, int base) in stoi()
265 stol(const string& str, size_t* idx, int base) in stol()
271 stol(const wstring& str, size_t* idx, int base) in stol()
277 stoul(const string& str, size_t* idx, int base) in stoul()
313 stof(const string& str, size_t* idx) in stof()
319 stof(const wstring& str, size_t* idx) in stof()
325 stod(const string& str, size_t* idx) in stod()
331 stod(const wstring& str, size_t* idx) in stod()
337 stold(const string& str, size_t* idx) in stold()
[all …]
/minix/external/mit/lua/dist/src/
H A Dlapi.c64 static TValue *index2addr (lua_State *L, int idx) { in index2addr()
164 LUA_API int lua_absindex (lua_State *L, int idx) { in lua_absindex()
176 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop()
255 LUA_API int lua_type (lua_State *L, int idx) { in lua_type()
274 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger()
280 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber()
287 LUA_API int lua_isstring (lua_State *L, int idx) { in lua_isstring()
637 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget()
782 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset()
1107 LUA_API int lua_next (lua_State *L, int idx) { in lua_next()
[all …]
/minix/external/bsd/tmux/dist/
H A Dpaste.c34 paste_walk_stack(struct paste_stack *ps, u_int *idx) in paste_walk_stack()
54 paste_get_index(struct paste_stack *ps, u_int idx) in paste_get_index()
81 paste_free_index(struct paste_stack *ps, u_int idx) in paste_free_index()
129 paste_replace(struct paste_stack *ps, u_int idx, char *data, size_t size) in paste_replace()
/minix/external/bsd/libc++/dist/libcxx/test/std/strings/string.conversions/
H A Dstod.pass.cpp29 size_t idx = 0; in main() local
H A Dstof.pass.cpp32 size_t idx = 0; in main() local
H A Dstoi.pass.cpp28 size_t idx = 0; in main() local
H A Dstold.pass.cpp31 size_t idx = 0; in main() local
H A Dstoll.pass.cpp31 size_t idx = 0; in main() local
H A Dstoul.pass.cpp29 size_t idx = 0; in main() local
H A Dstoull.pass.cpp29 size_t idx = 0; in main() local
H A Dstol.pass.cpp31 size_t idx = 0; in main() local
/minix/external/bsd/libc++/dist/libcxx/test/strings/string.conversions/
H A Dstoi.pass.cpp28 size_t idx = 0; in main() local
H A Dstod.pass.cpp29 size_t idx = 0; in main() local
H A Dstof.pass.cpp32 size_t idx = 0; in main() local
H A Dstol.pass.cpp31 size_t idx = 0; in main() local
H A Dstold.pass.cpp31 size_t idx = 0; in main() local
H A Dstoll.pass.cpp31 size_t idx = 0; in main() local
H A Dstoul.pass.cpp29 size_t idx = 0; in main() local
H A Dstoull.pass.cpp29 size_t idx = 0; in main() local
/minix/external/bsd/llvm/dist/clang/lib/Headers/
H A Dammintrin.h33 #define _mm_extracti_si64(x, len, idx) \ argument
43 #define _mm_inserti_si64(x, y, len, idx) \ argument
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp48 for (unsigned idx = 0; ; ++idx) { in ScoreboardHazardRecognizer() local
134 unsigned idx = MCID->getSchedClass(); in getHazardType() local
194 unsigned idx = MCID->getSchedClass(); in EmitInstruction() local
/minix/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_x509.c154 int X509_set_ex_data(X509 *r, int idx, void *arg) in X509_set_ex_data()
159 void *X509_get_ex_data(X509 *r, int idx) in X509_get_ex_data()
/minix/common/lib/libc/gen/
H A Dradixtree.c402 radix_tree_lookup_ptr(struct radix_tree *t, uint64_t idx, in radix_tree_lookup_ptr()
509 radix_tree_insert_node(struct radix_tree *t, uint64_t idx, void *p) in radix_tree_insert_node()
535 radix_tree_replace_node(struct radix_tree *t, uint64_t idx, void *p) in radix_tree_replace_node()
558 radix_tree_remove_node(struct radix_tree *t, uint64_t idx) in radix_tree_remove_node()
633 radix_tree_lookup_node(struct radix_tree *t, uint64_t idx) in radix_tree_lookup_node()
645 gang_lookup_init(struct radix_tree *t, uint64_t idx, in gang_lookup_init()
798 radix_tree_gang_lookup_node(struct radix_tree *t, uint64_t idx, in radix_tree_gang_lookup_node()
868 radix_tree_get_tag(struct radix_tree *t, uint64_t idx, in radix_tree_get_tag()
899 radix_tree_set_tag(struct radix_tree *t, uint64_t idx, in radix_tree_set_tag()
933 radix_tree_clear_tag(struct radix_tree *t, uint64_t idx, in radix_tree_clear_tag()
[all …]
/minix/external/bsd/llvm/dist/clang/INPUTS/
H A Dstpcpy-test.c11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1… argument
13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx +… argument

12345678910>>...15