/third_party/node/deps/icu-small/source/common/ |
H A D | util.h | 83 * Returns the index of a character, ignoring quoted text. 87 * @param start the beginning index, inclusive; <code>0 <= start 89 * @param limit the ending index, exclusive; <code>start <= limit 104 * @return the index of the first non-white-space character at or 113 * reverse direction. In either case, the leftmost index will be 114 * inclusive, and the rightmost index will be exclusive. That is, 137 * is the index after the last parsed character. If the parse 175 * pos is advanced to the first unparsed index and returned. 178 * @param text text to be parsed, starting at index 179 * @param index offse [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.h | 101 _mesa_GetActiveUniform_impl(GLuint program, GLuint index,
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_noop.c | 100 * If index=0, does glVertexAttrib*() alias glVertex() to emit a vertex? 105 is_vertex_position(const struct gl_context *ctx, GLuint index) in is_vertex_position() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof_conf.h | 120 // From an index into fKeyVec & fValueVec 122 UnicodeString getMapping(int32_t index);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | listformattertest.h | 34 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.h | 60 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL);
|
/third_party/libdrm/tests/ttmtest/src/ |
H A D | xf86dri.h | 104 unsigned int *index, unsigned int *stamp,
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | unicodestring.h | 69 // Returns the index of the provided codepoint or -1 if not found. 109 char32 operator[](int index) const; 116 // index which would be inefficient. 121 // The following function which invalidates the cached index corresponding to 128 // Iterator corresponding to the cached index below, used by operator[].
|
/third_party/lzma/C/ |
H A D | MtCoder.h | 49 unsigned index;
member
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-compiler-loong64-inl.h | 39 const int new_target_index = new_target_or_generator_register.index(); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-compiler-riscv64-inl.h | 38 const int new_target_index = new_target_or_generator_register.index(); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-compiler-mips64-inl.h | 39 const int new_target_index = new_target_or_generator_register.index(); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-compiler-mips-inl.h | 39 const int new_target_index = new_target_or_generator_register.index(); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | handler-table-builder.cc | 30 table.SetRangeData(i, entry.context.index()); in ToHandlerTable()
|
/third_party/node/deps/v8/src/objects/ |
H A D | field-index-inl.h | 9 #include "src/objects/field-index.h" 43 // Returns the index format accepted by the LoadFieldByIndex instruction. 47 // For efficiency, the LoadByFieldIndex instruction takes an index that is 48 // optimized for quick access. If the property is inline, the index is 49 // positive. If it's out-of-line, the encoded index is -raw_index - 1 to 50 // disambiguate the zero out-of-line index from the zero inobject case. 51 // The index itself is shifted up by one bit, the lower-most bit 53 int result = index();
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.h | 67 // be passed at index 0. 106 static bool HasContextSnapshot(Isolate* isolate, size_t index);
|
/third_party/node/deps/v8/src/trap-handler/ |
H A D | trap-handler.h | 89 /// TODO(mtrofin): We can switch to using size_t for index and not need 91 void TH_EXPORT_PRIVATE ReleaseHandlerData(int index);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.h | 136 unsigned index);
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_swizzle.h | 67 LLVMValueRef index);
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.h | 88 int index; member
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-test-part.h | 136 // Returns the TestPartResult at the given index (0-based). 137 const TestPartResult& GetTestPartResult(int index) const;
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.h | 149 unsigned index; member
|
/third_party/musl/ldso/linux/ |
H A D | dynlink_rand.h | 89 hidden struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alugroup.h | 93 void forward_set_blockid(int id, int index) override;
|
H A D | sfn_instr_controlflow.h | 99 void forward_set_blockid(int id, int index) override;
|