/third_party/libwebsockets/lib/misc/ |
H A D | lws-ring.c | 126 lws_ring_next_linear_insert_range(struct lws_ring *ring, void **start, in lws_ring_next_linear_insert_range() argument 138 *start = (void *)(((uint8_t *)ring->buf) + ring->head); in lws_ring_next_linear_insert_range() 144 *start = (void *)(((uint8_t *)ring->buf) + ring->head); in lws_ring_next_linear_insert_range()
|
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataCppFromXmlTest.java | 88 command.start(); in generateMetadata() 107 command.start(); in generateLiteMetadata() 126 command.start(); in generateAlternateFormat()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_delay.c | 242 delay_calc(struct ir3_block *block, struct ir3_instruction *start, in delay_calc() argument 250 /* Search backwards starting at the instruction before start, unless it's in delay_calc() 254 start ? start->node.prev : block->instr_list.prev; in delay_calc()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_liveness.c | 100 * Phi nodes exist "between" blocks and all the phi nodes at the start of a 280 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr() argument 283 struct exec_node *node = start->node.next; in search_for_use_after_instr() 294 nir_if *following_if = nir_block_get_following_if(start->block); in search_for_use_after_instr()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_urb_config.c | 59 * \param[out] start - the starting offset for each stage 68 unsigned entries[4], unsigned start[4], in intel_get_urb_config() 249 start[i] = next_urb; in intel_get_urb_config() 253 start[i] = first_urb; in intel_get_urb_config() 64 intel_get_urb_config(const struct intel_device_info *devinfo, const struct intel_l3_config *l3_cfg, bool tess_present, bool gs_present, const unsigned entry_size[4], unsigned entries[4], unsigned start[4], enum intel_urb_deref_block_size *deref_block_size, bool *constrained) intel_get_urb_config() argument
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inffast_chunk.c | 29 start >= strm->avail_out 74 void ZLIB_INTERNAL inflate_fast_chunk_(strm, start) in inflate_fast_chunk_() 76 unsigned start; /* inflate()'s starting value for strm->avail_out */ 110 beg = out - (start - strm->avail_out); 259 from = window; /* more from start of window */ 289 range checks are necessary because we start with room
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inffast.c | 28 start >= strm->avail_out 54 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast() 56 unsigned start; /* inflate()'s starting value for strm->avail_out */ 89 beg = out - (start - strm->avail_out); 223 if (wnext < len) { /* some from start of window */
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatabuilder.h | 116 * @param start first code point 118 * @param primary primary weight for 'start' 121 * @return true if an OFFSET_TAG range was used for start..end 123 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end, 132 * @param start first code point 134 * @param primary primary weight for 'start' 137 * @return the next primary after 'end': start primary incremented by ((end-start)+1)*step 139 uint32_t setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end, 221 int32_t getCEs(const UnicodeString &s, int32_t start, int64_ [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_compute_push_layout.c | 133 .start = push_start / 32, in anv_nir_compute_push_layout() 238 .start = ubo_range->start, in anv_nir_compute_push_layout()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_fence.c | 217 int64_t start = 0; in nouveau_fence_wait() local 220 start = os_time_get_nano(); in nouveau_fence_wait() 230 (os_time_get_nano() - start) / 1000000.f); in nouveau_fence_wait()
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | hackbench.c | 165 /* Wait for start... */ in receiver() 296 struct timeval start, stop, diff; in main() local 348 gettimeofday(&start, NULL); in main() 352 barf("Writing to start them"); in main() 361 timersub(&stop, &start, &diff); in main()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
H A D | testpi-7.c | 203 debug(DBG_DEBUG, MP "ready to start work\n"); in med_prio_thread() 226 nsec_t start, now; in high_prio_rt_thread() local 240 start = rt_gettime(); in high_prio_rt_thread() 246 delta_us = (now - start) / NS_PER_US; in high_prio_rt_thread()
|
/third_party/node/deps/v8/src/handles/ |
H A D | handles.cc | 136 void HandleScope::ZapRange(Address* start, Address* end) { in ZapRange() argument 137 DCHECK_LE(end - start, kHandleBlockSize); in ZapRange() 138 for (Address* p = start; p != end; p++) { in ZapRange()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | shared-heap-serializer.cc | 142 FullObjectSlot start, FullObjectSlot end) override { in SerializeStringTable() 147 OffHeapObjectSlot start, in SerializeStringTable() 151 for (OffHeapObjectSlot current = start; current < end; ++current) { in SerializeStringTable()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_image.c | 178 unsigned start, unsigned count, 185 fd_set_shader_images(pctx, shader, start, count, unbind_num_trailing_slots, 192 unsigned n = i + start;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_query.c | 29 * so we work with 32-bits only. we accumulate start/stop separately, 40 uint32_t start; member 100 /* and snapshot the start values */ 109 OUT_RELOC(ring, query_sample_idx(aq, i, start)); 148 result->batch[i].u64 = sp[i].stop - sp[i].start; in perfcntr_accumulate_result()
|
/third_party/python/Include/cpython/ |
H A D | pythonrun.h | 50 int start, 60 int start, 65 PyObject *filename, int start,
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 134 def start(self, flag=None): member in HTTPSServerThread 136 threading.Thread.start(self) 158 server.start(flag)
|
/third_party/openssl/crypto/http/ |
H A D | http_lib.c | 25 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring() argument 28 || (*dest = OPENSSL_strndup(start, end - start)) != NULL; in copy_substring() 94 /* look for start of optional port, path, query, or fragment */ in OSSL_parse_url() 122 /* check for optional path starting with '/' or '?'. Else must start '#' */ in OSSL_parse_url()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.h | 86 GrStyledShape(const SkRRect& rrect, SkPathDirection dir, unsigned start, bool inverted, in GrStyledShape() argument 90 fShape.setPathWindingParams(dir, start); in GrStyledShape() 154 bool asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start, bool* inverted) const;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 291 bool CodeSinkingPass::IntersectsPath(uint32_t start, uint32_t end, in IntersectsPath() argument 294 worklist.push_back(start); in IntersectsPath() 296 already_done.insert(start); in IntersectsPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | code_sink.cpp | 291 bool CodeSinkingPass::IntersectsPath(uint32_t start, uint32_t end, in IntersectsPath() argument 294 worklist.push_back(start); in IntersectsPath() 296 already_done.insert(start); in IntersectsPath()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdatabuilder.h | 116 * @param start first code point 118 * @param primary primary weight for 'start' 121 * @return true if an OFFSET_TAG range was used for start..end 123 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end, 132 * @param start first code point 134 * @param primary primary weight for 'start' 137 * @return the next primary after 'end': start primary incremented by ((end-start)+1)*step 139 uint32_t setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end, 221 int32_t getCEs(const UnicodeString &s, int32_t start, int64_ [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_event_loop.c | 51 static time_t start; variable 133 start = time(NULL); in response_done_callback() 417 printf("%lu loops in %llu secs\n", loops, (long long unsigned)(time(NULL) - start)); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_parse_cookies.c | 123 time_t start; in testExternalGet() local 171 start = time (NULL); in testExternalGet() 172 while ((time (NULL) - start < 5) && (multi != NULL)) in testExternalGet()
|