/third_party/backends/backend/genesys/ |
H A D | usb_device.cpp | 110 void UsbDevice::control_msg(int rtype, int reg, int value, int index, int length, in control_msg() argument 115 TIE(sanei_usb_control_msg(device_num_, rtype, reg, value, index, length, data)); in control_msg()
|
/third_party/backends/backend/ |
H A D | rts88xx_lib.h | 98 * read one register at given index 100 SANE_Status sanei_rts88xx_read_reg (SANE_Int devnum, SANE_Int index, 110 * write one register at given index 112 SANE_Status sanei_rts88xx_write_reg (SANE_Int devnum, SANE_Int index, 116 * write length consecutive registers, starting at index 123 /* read several registers starting at the given index */
|
/third_party/gn/src/gn/ |
H A D | string_atom.cc | 165 std::string* init(size_t index, std::string_view str) { in init() argument 166 std::string* result = &items_[index].str; in init()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CharTrie.java | 24 // in icu4c uses the same index array. 79 /* fill the index and data arrays */ in CharTrie() 237 * <p>Parses the byte buffer and stores its trie content into a index and 278 * Gets the value at the argument index. 280 * @param index value at index will be retrieved 285 protected final int getValue(int index) in getValue() argument 287 return m_data_[index]; in getValue()
|
H A D | TrieBuilder.java | 100 * Bit 31 is set if the data block is used by multiple index values 116 * Shift size for shifting right the input index. 1..9 120 * Length of the index (stage 1) array before folding. 126 * Length of the BMP portion of the index (stage 1) array. 130 * Number of index (stage 1) entries per lead surrogate. 134 * index table lookups. 138 * Mask for getting the lower bits from the input index. 143 * Shift size for shifting left the index array values. 144 * Increases possible data size with 16-bit index values at the cost 152 * Limited by 16-bit index value 241 findSameIndexBlock(int index[], int indexLength, int otherBlock) findSameIndexBlock() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | FormattedNumberRange.java | 75 public char charAt(int index) { in charAt() argument 76 return string.charAt(index); in charAt()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | currcoll.cpp | 145 void CollationCurrencyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) in runIndexedTest() argument 152 switch (index) in runIndexedTest()
|
H A D | escoll.cpp | 102 void CollationSpanishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) in runIndexedTest() argument 111 switch (index) { in runIndexedTest()
|
H A D | units_data_test.cpp | 22 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL) override; 32 void UnitsDataTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument
|
H A D | trcoll.cpp | 92 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 101 switch (index) { in runIndexedTest()
|
/third_party/icu/icu4c/source/test/perf/usetperf/ |
H A D | usetperf.cpp | 104 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ){ in runIndexedTest() argument 105 switch (index) { in runIndexedTest()
|
/third_party/icu/icu4c/source/common/ |
H A D | charstr.h | 80 char operator[](int32_t index) const { return buffer[index]; } in operator []() 114 /** @return last index of c, or -1 if c is not in this string */
|
H A D | rbbi_cache.h | 48 * @param firstRuleStatus The rule status index that applies to the break at startPos 49 * @param otherRuleStatus The rule status index that applies to boundaries other than startPos 181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize() argument
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | composite_desc.c | 77 int composite_mkstrdesc(struct composite_dev_s *priv, uint8_t id, uint16_t index, uint8_t *buf) in composite_mkstrdesc() argument 83 if (index == 0 && id == OS_STRING_ID) in composite_mkstrdesc()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TrieBuilder.java | 103 * Bit 31 is set if the data block is used by multiple index values 119 * Shift size for shifting right the input index. 1..9 123 * Length of the index (stage 1) array before folding. 129 * Length of the BMP portion of the index (stage 1) array. 133 * Number of index (stage 1) entries per lead surrogate. 137 * index table lookups. 141 * Mask for getting the lower bits from the input index. 146 * Shift size for shifting left the index array values. 147 * Increases possible data size with 16-bit index values at the cost 155 * Limited by 16-bit index value 244 findSameIndexBlock(int index[], int indexLength, int otherBlock) findSameIndexBlock() argument [all...] |
H A D | CharTrie.java | 25 // in icu4c uses the same index array. 80 /* fill the index and data arrays */ in CharTrie() 238 * <p>Parses the byte buffer and stores its trie content into a index and 279 * Gets the value at the argument index. 281 * @param index value at index will be retrieved 286 protected final int getValue(int index) in getValue() argument 288 return m_data_[index]; in getValue()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | FormattedNumberRange.java | 69 public char charAt(int index) { in charAt() argument 70 return string.charAt(index); in charAt()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_padding.cpp | 20 addPaddingHelper(UChar32 paddingCp, int32_t requiredPadding, FormattedStringBuilder &string, int32_t index, in addPaddingHelper() argument 24 string.insertCodePoint(index, paddingCp, kUndefinedField, status); in addPaddingHelper()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_perfcounter.h | 191 unsigned index, unsigned *base_gid, 194 unsigned *index);
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_constant_alu.c | 98 c->defs[dst.index] = mov; in opt_constant_add() 132 struct qinst *def = c->defs[inst->src[i].index]; in try_opt_constant_alu()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_wsi.c | 142 v3dv_wsi_get_image_from_swapchain(VkSwapchainKHR swapchain, uint32_t index) in v3dv_wsi_get_image_from_swapchain() argument 144 VkImage image = wsi_common_get_image(swapchain, index); in v3dv_wsi_get_image_from_swapchain()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_vector_insert.cpp | 74 unsigned index = idx->value.u[0]; in handle_rvalue() local 76 if (index >= expr->operands[0]->type->vector_elements) { in handle_rvalue() 89 /* Replace (vector_insert (vec) (scalar) (index)) with a dereference of in handle_rvalue() 95 * where mask is the component selected by index. in handle_rvalue() 108 /* Replace (vector_insert (vec) (scalar) (index)) with a dereference of in handle_rvalue() 112 * if (index == 0) in handle_rvalue() 114 * if (index == 1) in handle_rvalue() 116 * if (index == 2) in handle_rvalue() 118 * if (index == 3) in handle_rvalue()
|
H A D | ir_array_refcount.cpp | 151 dr->index = idx->get_int_component(0); in visit_enter() 159 dr->index = dr->size; in visit_enter()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_util.h | 96 * \brief Asserts if operand index "index" is out of range. 99 * \param[in] index The operand index to check. 101 #define ASSERT_INSTR_OPERAND_INDEX(instr, index) \ 102 assert((index) < (instr)->num_operands)
|
/third_party/node/test/fixtures/wpt/streams/transform-streams/ |
H A D | lipfuzz.any.js | 14 // lastIndex is the index of the first character after the last substitution. 24 this.partialChunk = chunk.substring(match.index); 25 chunk = chunk.substring(0, match.index);
|