HomeSort by relevance Sort by last modified time
    Searched defs:word (Results 1 - 25 of 779) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2010-07-14-overconservative-align.c 4 int word; member in struct:s
13 s->word = 0;
named_reg_global.c 16 } word; member in struct:p4_Thread
44 return (*p4TH).word.len;
  /external/llvm/test/MC/ARM/
directive-literals.s 21 word: label
22 .word 3
24 @ CHECK-LABEL: word
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cryptmodule.c 17 char *word, *salt; local
22 if (!PyArg_ParseTuple(args, "ss:crypt", &word, &salt)) {
27 return Py_BuildValue("s", crypt(word, salt));
32 "crypt(word, salt) -> string\n\
33 word will usually be a user's password. salt is a 2-character string\n\
  /external/bison/lib/
signbitd.c 42 union { double value; unsigned int word[NWORDS]; } m; member in union:__anon13233
44 return (m.word[DBL_SIGNBIT_WORD] >> DBL_SIGNBIT_BIT) & 1;
signbitf.c 42 union { float value; unsigned int word[NWORDS]; } m; member in union:__anon13234
44 return (m.word[FLT_SIGNBIT_WORD] >> FLT_SIGNBIT_BIT) & 1;
signbitl.c 42 union { long double value; unsigned int word[NWORDS]; } m; member in union:__anon13235
44 return (m.word[LDBL_SIGNBIT_WORD] >> LDBL_SIGNBIT_BIT) & 1;
isnan.c 80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double; member in union:__anon13217
99 exponent = (m.word[EXPBIT0_WORD] >> EXPBIT0_BIT) & EXP_MASK;
103 return 1 & (m.word[0] >> 15);
105 return (((m.word[0] ^ 0x8000U) << 16) | m.word[1] | (m.word[2] >> 16)) != 0;
107 return 1 & ~(m.word[0] >> 15);
111 return (m.word[1] >> 31);
113 return ((m.word[1] ^ 0x80000000U) | m.word[0]) != 0
    [all...]
  /device/google/contexthub/lib/nanohub/
softcrc.c 45 uint32_t word; local
48 // word by word crc32
54 // zero pad last word if required
56 for (i *= 4, word = 0; i < size; i++)
57 word |= (*data8++) << ((i & 0x3) * 8);
58 crc = crcOneWord(crc, word, 8);
  /device/google/contexthub/util/stm32_flash/
stm32f4_crc.c 48 uint32_t word; local
52 /* word by word crc32 */
57 /* zero pad last word if required */
59 for (i*=4, word=0; i<length; i++)
60 word |= buffer[i] << ((i & 0x3) * 8);
61 crc = crc32_word(crc, word);
  /external/libpng/contrib/mips-msa/
linux.c 33 char word[10]; local
44 word[i++] = ch;
48 int val = strcmp(string, word);
54 memset(word, 0, 10);
  /external/vulkan-validation-layers/libs/glm/gtx/
raw_data.hpp 58 //! Type for word numbers.
60 typedef detail::uint16 word; typedef in namespace:glm
  /art/runtime/base/
bit_vector-inl.h 55 uint32_t word = bit_storage_[word_index]; local
56 // Mask out any bits in the first word we've already considered.
57 word &= static_cast<uint32_t>(-1) << (start_index & 0x1f);
58 while (word == 0u) {
63 word = bit_storage_[word_index];
65 return word_index * 32u + CTZ(word);
  /bionic/libc/upstream-openbsd/lib/libc/string/
memmove.c 37 * sizeof(word) MUST BE A POWER OF TWO
40 typedef long word; /* "word" used for optimal copy speed */ typedef
42 #define wsize sizeof(word)
85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
106 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
  /device/google/contexthub/firmware/lib/libc/
bcopy.c 40 * sizeof(word) MUST BE A POWER OF TWO
43 typedef int word; /* "word" used for optimal copy speed */ typedef
45 #define wsize sizeof(word)
104 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
125 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
  /external/freetype/src/gzip/
inftrees.h 26 } word; /* 16-bit, 8 bytes for 32-bit int's) */ member in struct:inflate_huft_s
  /external/libtextclassifier/lang_id/
light-sentence.h 33 // In this simplified form, a sentence is a vector of words, each word being a
39 // Adds a new word after all existing ones, and returns a pointer to it. The
40 // new word is initialized to the empty string.
49 // Returns the ith word from this LightSentence. Note: undefined behavior if
51 const std::string &word(int i) const { function in class:libtextclassifier::nlp_core::lang_id::LightSentence
  /external/ltp/testcases/kernel/controllers/freezer/
timed_forkbomb.c 57 char *word; local
58 while (scanf("%as", &word) < 1) {
60 free(word);
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp-inl.h 18 uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); local
23 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
28 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) {
33 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word;
38 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) {
43 *reinterpret_cast<unsigned char*>(buffer_.start() + pc_) = word;
48 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) {
53 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
  /frameworks/minikin/tests/perftests/
Hyphenator.cpp 32 std::vector<uint16_t> word = utf8ToUtf16("hyphen"); local
35 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale);
46 std::vector<uint16_t> word = utf8ToUtf16( local
50 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 90 final String word = suggestedWords.getWord(i); local
91 if (!TextUtils.equals(pickedWord, word)) {
92 suggestionsList.add(word.toString());
  /device/google/contexthub/firmware/os/core/
floatRt.c 61 uint32_t e, word = *(const uint32_t*)&f; local
66 if (word & BIT_SIGN)
70 if (word < (EXP_ADJUST << EXP_SHIFT))
74 if (word >= (EXP_ADJUST + 64) << EXP_SHIFT)
78 ret = (word & ((1 << MANTISSA_BITS) - 1)) | (1 << MANTISSA_BITS);
79 e = ((word >> EXP_SHIFT) - EXP_ADJUST);
92 uint32_t e, word = *(const uint32_t*)&f; local
93 bool neg = (word & BIT_SIGN);
98 word &=~ BIT_SIGN;
101 if (word < (EXP_ADJUST << EXP_SHIFT)
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
crc.c 72 uint32_t word = 0; local
73 memcpy(&word, words + numWords, leftoverBytes);
77 mCrcRegs->DR = word;
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
math_private.h 23 n0 = ((*(int*)&one)>>29)^1; * index of high word *
24 ix0 = *(n0+(int*)&x); * high word of x *
25 ix1 = *((1-n0)+(int*)&x); * low word of x *
37 * The ARM ports are little endian except for the FPA word order which is
134 u_int32_t word; member in union:__anon12176
143 (i) = gf_u.word; \
151 sf_u.word = (i); \
  /external/iproute2/lib/
dnet_ntop.c 12 u_int16_t word; member in union:__anon20618
15 u.word = addr;

Completed in 1423 milliseconds

1 2 3 4 5 6 7 8 91011>>