/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | tst-strlen.c | 19 size_t words; in main() local 21 for (words = 0; words < 4; ++words) in main() 24 memset (buf, 'a', words * 4); in main() 28 buf[words * 4 + 0] = (last & 1) != 0 ? 'b' : '\0'; in main() 29 buf[words * 4 + 1] = (last & 2) != 0 ? 'c' : '\0'; in main() 30 buf[words * 4 + 2] = (last & 4) != 0 ? 'd' : '\0'; in main() 31 buf[words * 4 + 3] = (last & 8) != 0 ? 'e' : '\0'; in main() 32 buf[words * 4 + 4] = '\0'; in main() 34 if (strlen (buf) != words * 4 + lens[last] in main() 35 || strnlen (buf, -1) != words * 4 + lens[last]) in main() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wordexp/ |
A D | wordexp.c | 262 if (words[i] == ':' || words[i] == '/' || words[i] == ' ' || in parse_tilde() 263 words[i] == '\t' || words[i] == 0) in parse_tilde() 266 if (words[i] == '\\') { in parse_tilde() 445 words, offset); in parse_glob() 702 words[*offset]); in parse_arith() 741 words[*offset]); in parse_arith() 1176 if (isalpha(words[*offset]) || words[*offset] == '_') { in parse_param() 1183 while (isalnum(words[++*offset]) || words[*offset] == '_'); in parse_param() 1310 if (words[start] == '{' && words[*offset] != '}') in parse_param() 1910 while (words[i] && !(depth == 0 && words[i] == ')')) { in parse_dollars() [all …]
|
/l4re-core-master/l4sys/include/ |
A D | __kernel_object_impl.h | 13 unsigned const words = l4_msgtag_words(tag); in l4_invoke_debugger() local 19 if (words + 2 > L4_UTCB_GENERIC_DATA_SIZE) in l4_invoke_debugger() 23 mr->mr[words] = L4_ITEM_MAP; in l4_invoke_debugger() 24 mr->mr[words + 1] = l4_obj_fpage(obj, 0, L4_CAP_FPAGE_RWS).raw; in l4_invoke_debugger() 25 t2 = l4_msgtag(L4_PROTO_DEBUGGER, words, 1, l4_msgtag_flags(tag)); in l4_invoke_debugger()
|
A D | types.h | 168 unsigned words() const L4_NOTHROW { return raw & 0x3f; } in words() function 208 L4_INLINE l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, 408 l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, in l4_msgtag() argument 412 | (l4_mword_t)(words & 0x3f) in l4_msgtag()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | ntop.c | 109 u_int words[8]; in inet_ntop6() local 117 memset(words, '\0', sizeof words); in inet_ntop6() 119 words[i / 2] = (src[i] << 8) | src[i + 1]; in inet_ntop6() 125 if (words[i] == 0) { in inet_ntop6() 162 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 168 tp += sprintf(tp, "%x", words[i]); in inet_ntop6()
|
/l4re-core-master/libstdc++-v3/ |
A D | contrib.inc | 10 gt = $(filter-out $(words $2),$(words $(call max,$1,$2))) 11 eq = $(filter $(words $1),$(words $2))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/powerpc32/ |
A D | sysdep.h | 58 # define EALIGN(name, alignt, words) \ argument 67 EALIGN_W_##words; \ 70 # define EALIGN(name, alignt, words) \ argument 74 EALIGN_W_##words; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/ |
A D | sv_SE | 19 % exists in some names in Swedish and foreign words, but is accounted 21 % ordered alphabetically among the words and names with 'v'. If two 22 % words or names are only to be distinguished by 'v' or % 'w', 'v' is
|
/l4re-core-master/moe/server/src/ |
A D | log.cc | 97 if (tag.words() < 2) in op_dispatch() 110 if (len_msg > (tag.words() - 2) * sizeof(l4_umword_t)) in op_dispatch() 111 len_msg = (tag.words() - 2) * sizeof(l4_umword_t); in op_dispatch()
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_server | 189 if (L4_UNLIKELY(tag.words() + tag.items() * Item_words > Mr_words)) 198 unsigned const in_bytes = tag.words() * Word_bytes; 209 in_pos = pack.template get<Do_in_items>(&mrs->mr[tag.words()], 0, 233 unsigned words = (bytes + Word_bytes - 1) / Word_bytes; 234 bytes = pack.template set<Do_out_items>(&mrs->mr[words], 0, 235 Mr_bytes - words * Word_bytes, 241 return l4_msgtag(ret, words, items, 0); 309 unsigned limit = tag.words() * Word_bytes;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | sha256.c | 78 const uint32_t *words = buffer; in sha256_process_block() local 125 W[t] = SWAP (*words); in sha256_process_block() 126 ++words; in sha256_process_block()
|
A D | sha512.c | 109 const uint64_t *words = buffer; in sha512_process_block() local 156 W[t] = SWAP (*words); in sha512_process_block() 157 ++words; in sha512_process_block()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm/ |
A D | resolve.S | 116 @ number of words to keep the stack correctly aligned. 147 @ number of words to keep the stack correctly aligned.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/powerpc64/ |
A D | sysdep.h | 106 #define EALIGN(name, alignt, words) \ argument 109 EALIGN_W_##words; \
|
/l4re-core-master/l4re/util/include/ |
A D | vcon_svr | 59 if (tag.words() < 3) 66 if (tag.words() < 4)
|
/l4re-core-master/cxx/lib/io/include/ |
A D | l4iostream | 34 o << "[l=" << L4::dec << tag.label() << "; w=" << tag.words() << "; i="
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/python/libstdcxx/v6/ |
A D | printers.py | 558 words = self.val['_M_w'] 559 wtype = words.type 567 words = [words] 574 w = words[byte]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/ |
A D | memset.S | 48 1: @ Fill aligned words
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/ |
A D | printers.py | 604 words = self.val['_M_w'] 605 wtype = words.type 613 words = [words] 620 w = words[byte]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/ |
A D | printers.py | 581 words = self.val['_M_w'] 582 wtype = words.type 590 words = [words] 597 w = words[byte]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh/sh4/ |
A D | memcpy.S | 358 ! 4 cycles, 2 long words per iteration 392 ! 4 cycles, 2 long words per iteration 444 ! copy initial words until cache line aligned 460 ! 4 cycles, 2 long words per iteration
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | bitmap | 81 static long words(long bits) throw() { return (bits + W_bits -1) / W_bits; } 83 { return words(bits) * W_bits / 8; }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | basic.dat | 160 BE multiple words multiple words yeah (0,14)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/python/libstdcxx/v6/ |
A D | printers.py | 706 words = self.val['_M_w'] 710 wtype = words.type 718 words = [words] 725 w = words[byte]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/libstdcxx/v6/ |
A D | printers.py | 638 words = self.val['_M_w'] 639 wtype = words.type 647 words = [words] 654 w = words[byte]
|