/hardware/google/gfxstream/guest/mesa/src/util/ |
D | bitset.h | 361 unsigned bit, word; in __bitset_next_set() local 370 word = BITSET_BITWORD(i); in __bitset_next_set() 372 word++; in __bitset_next_set() 374 if (word >= BITSET_WORDS(size)) in __bitset_next_set() 377 *tmp = set[word]; in __bitset_next_set() 386 return word * BITSET_WORDBITS + bit; in __bitset_next_set() 409 unsigned word = BITSET_BITWORD(*end); in __bitset_next_range() local 410 if (word >= BITSET_WORDS(size)) { in __bitset_next_range() 414 BITSET_WORD tmp = set[word] & ~(BITSET_BIT(*end) - 1); in __bitset_next_range() 416 word++; in __bitset_next_range() [all …]
|
D | softfloat.c | 585 uint32_t word; in _mesa_neg_x_m() local 591 word = ~m_out[index] + carry; in _mesa_neg_x_m() 592 m_out[index] = word; in _mesa_neg_x_m() 596 if (word) in _mesa_neg_x_m() 616 uint32_t a_word, word; in _mesa_add_m() local 623 word = a_word + b[index] + carry; in _mesa_add_m() 624 m_out[index] = word; in _mesa_add_m() 627 if (word != a_word) in _mesa_add_m() 628 carry = (word < a_word); in _mesa_add_m()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | reflow.py | 128 def endSentence(self, word): argument 135 if (word[-1:] != '.' or 136 endAbbrev.search(word) or 137 (self.breakInitial and endInitial.match(word))): 142 def vuidAnchor(self, word): argument 144 return (word[0:7] == '[[VUID-') 320 word = words[i] 321 wordLen = len(word) 325 if i == numWords and word in ('+', '-'): 327 endEscape = word [all …]
|
D | vkconventions.py | 100 word = elem[0] 101 if word == 'Vk': 104 structure_type_parts.append(word.upper())
|
D | map_html_anchors.py | 28 for word in words: 29 if word in wordlist:
|
/hardware/interfaces/rebootescrow/aidl/default/ |
D | HadamardUtils.cpp | 60 uint16_t word = 0; in EncodeKey() local 62 word |= read_bit(input, i + j * CODEWORD_BITS) << j; in EncodeKey() 64 wordmatrix[i] = word; in EncodeKey() 120 static uint16_t DecodeWord(size_t word, const std::vector<uint8_t>& encoded) { in DecodeWord() argument 125 scores.push_back(1 - 2 * read_bit(encoded, i * KEY_CODEWORDS + word)); in DecodeWord()
|
/hardware/interfaces/compatibility_matrices/ |
D | compatibility_matrix.mk | 93 $(wildcard $(call word-colon,2,$(pair))/android-base*.config)) 95 --kernel=$(call word-colon,1,$(pair)):$(call normalize-path-list,\ 96 $(wildcard $(call word-colon,2,$(pair))/android-base*.config)))
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | and_constructor.h | 50 inv_error_t inv_set_interrupt_word(unsigned long word); 52 inv_error_t inv_set_gesture_enable(int word);
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | raw_data.hpp | 34 typedef detail::uint16 word; typedef
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | qtypes.h | 79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 867 top 10 bits of a 16-bit word, with the bottom 6 bits unused. 870 top 10 bits of the word in bytes 0..1, and a 10-bit G component in the 871 top 10 bits of the word in bytes 2..3, with the bottom 6 bits of each 872 word unused. 875 component in the top 10 bits of the word in bytes 0..1, a 10-bit G 876 component in the top 10 bits of the word in bytes 2..3, a 10-bit B 877 component in the top 10 bits of the word in bytes 4..5, and a 10-bit A 878 component in the top 10 bits of the word in bytes 6..7, with the bottom 879 6 bits of each word unused. 888 top 10 bits of the word in bytes 0..1, a 10-bit B component in the top [all …]
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 122 * - For Galileo I/NAV, this refers to the word type in the range 0-10+ 132 * words. Each word (30 bits) must fit into the last 30 bits in a 133 * 4-byte word (skip B31 and B32), with MSB first, for a total of 40 142 * - For Galileo F/NAV, each word consists of 238-bit (sync & tail symbols 143 * excluded). Each word must fit into 30-bytes, with MSB first (skip
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 29 Whenever an approved abbreviation exists for a particular word, it should be 30 used in place of the full word unless there is good reason not to. 32 When a number is part of an identifier, it is treated as a word if it is a 37 or etext:R8B8`, the entire abbreviation is treated as a word. 94 Each word starts with a capital letter, and every other character in each 95 word is lower case. 213 Each word starts with a capital letter, and every other character in each 214 word is lower case. 371 Each new word, *except* for the first, starts with a capital letter. 576 mode, size, tail images, etc., use "`mip`" as a standalone prefix word,
|
D | revisions.adoc | 27 * 2023-05-03 - Add <<markup-word-choices, preferred way to write>> "`called 42 * 2022-11-11 - Add <<markup-word-choices, preferred way to write>> 44 * 2022-10-12 - Add <<markup-word-choices, preferred way to write>> "`_verb_ 89 * 2021-05-07 - Add <<markup-word-choices, preferred way to write 91 * 2021-04-28 - Add <<markup-word-choices, disambiguations for 109 <<markup-word-choices, Word Choices>> (internal issue 2291). 232 * 2016-08-29 - Add spelling and compound word rules (public issue 352).
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_full_screen_exclusive.adoc | 90 5) Should full-screen be one word or two? 95 definitive proof that it is a colloquially accepted compound word.
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | ulp.inl | 25 unsigned int word; member 50 (i) = gf_u.word; \ 56 sf_u.word = (i); \
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 755 unsigned int word = partition / 64; in find_best_partition_candidates() local 758 bool written = bitmasks[word] & (1ull << bit); in find_best_partition_candidates() 763 bitmasks[word] |= 1ull << bit; in find_best_partition_candidates()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | macro_checker_file.py | 189 def _pluralize(word, num): argument 191 return word 192 if word.endswith('y'): 193 return word[:-1] + 'ies' 194 return word + 's'
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | functable.py | 176 for word in words[1:]: 178 outputType += word.lower()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 281 …sparent; -webkit-border-radius: 0; border-radius: 0; line-height: inherit; word-wrap: break-word; } 282 *:not(pre) > code.nobreak { word-wrap: normal; } 303 .menuseq { word-spacing: -0.02em; } 417 …der: 1px hidden #666; -webkit-border-radius: 0; border-radius: 0; word-wrap: break-word; padding: … 418 ….nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } 451 …eblock blockquote p { color: #333; font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; let… 470 .quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | lunr.js | 1766 lunr.TokenSet.Builder.prototype.insert = function (word) { argument 1770 if (word < this.previousWord) { 1774 for (var i = 0; i < word.length && i < this.previousWord.length; i++) { 1775 if (word[i] != this.previousWord[i]) break 1787 for (var i = commonPrefix; i < word.length; i++) { 1789 char = word[i] 1803 this.previousWord = word
|