/third_party/FreeBSD/stand/usb/ |
H A D | usb_busdma_loader.c | 41 UINTPTR start = (UINTPTR)addr & ~(USB_CACHE_ALIGN_SIZE - 1); in usb_dma_cache_invalid() local 45 DCacheInvRange(start, end); in usb_dma_cache_invalid() 51 UINTPTR start = (UINTPTR)addr & ~(USB_CACHE_ALIGN_SIZE - 1); in usb_dma_cache_flush() local 55 DCacheFlushRange(start, end); in usb_dma_cache_flush() 588 /* start loading next USB transfer, if any */ in usb_bdma_work_loop() 591 /* finally start the hardware */ in usb_bdma_work_loop()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | NumberParserImpl.java | 315 * @param start 316 * The index into the string at which to start parsing. 322 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse() argument 324 assert start >= 0 && start < input.length(); in parse() 327 segment.adjustOffset(start); in parse()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | DeprecatedAPIChecker.java | 368 int start = signature.indexOf('('); in getParamNames() 371 if (start < 0 || end < 0 || start > end) { in getParamNames() 375 String paramsSegment = signature.substring(start + 1, end); in getParamNames()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationdatawriter.cpp | 112 // For any data item, we need to write the start and limit offsets, in write() 113 // so the indexes length must be at least index-of-start-offset + 2. in write() 129 // so that we start with an 8-aligned offset. in write() 222 // Byte offsets of data items all start from the start of the indexes. in write() 343 int32_t start = indexes[startIndex]; in copyData() local 345 if(start < limit) { in copyData() 346 uprv_memcpy(dest + start, src, limit - start); in copyData()
|
H A D | datefmt.cpp | 334 int32_t start = pos.getIndex(); in parse() local 337 if (pos.getIndex() != start) { in parse() 343 // was illegal so we set the error index to the start. in parse() 344 pos.setIndex(start); in parse() 345 pos.setErrorIndex(start); in parse()
|
/third_party/mbedtls/library/ |
H A D | ssl_ticket.c | 301 unsigned char *start, in mbedtls_ssl_ticket_write() 309 unsigned char *key_name = start; in mbedtls_ssl_ticket_write() 310 unsigned char *iv = start + TICKET_KEY_NAME_BYTES; in mbedtls_ssl_ticket_write() 327 MBEDTLS_SSL_CHK_BUF_PTR(start, end, TICKET_MIN_LEN); in mbedtls_ssl_ticket_write() 299 mbedtls_ssl_ticket_write(void *p_ticket, const mbedtls_ssl_session *session, unsigned char *start, const unsigned char *end, size_t *tlen, uint32_t *ticket_lifetime) mbedtls_ssl_ticket_write() argument
|
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | intel-gpu-freq.sh | 360 # arg1: start - run throttle detector in background 383 start) 597 -d|--detect-thrott [start|stop|status] 702 DETECT_THROTT=start 704 start|stop|status)
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra_validate.c | 39 * - Values at the start get "undef", which acts like a special SSA value that 515 struct reaching_state *start = &ctx->block_reaching[0]; in check_reaching_defs() local 517 start->full.regs[i].def = UNDEF; in check_reaching_defs() 519 start->half.regs[i].def = UNDEF; in check_reaching_defs() 521 start->shared.regs[i].def = UNDEF; in check_reaching_defs()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cs.h | 76 uint32_t *start; member 118 uint32_t *start, uint32_t *end); 188 return cs->cur - cs->start; in tu_cs_get_size() 229 assert(cs->start <= cs->cur); in tu_cs_sanity_check()
|
/third_party/libwebsockets/lib/system/dhcpclient/ |
H A D | dhcpc4.c | 78 lws_dhcpc4_prep(uint8_t *start, unsigned int bufsiz, lws_dhcpc_req_t *r, int op) in lws_dhcpc4_prep() argument 80 uint8_t *p = start; in lws_dhcpc4_prep() 82 memset(start, 0, bufsiz); in lws_dhcpc4_prep() 102 *p++ = 0x63; /* RFC2132 Magic Cookie indicates start of options */ in lws_dhcpc4_prep() 137 return lws_ptr_diff(p, start); in lws_dhcpc4_prep()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.h | 136 LiveRange(): start(-1), end(-1), is_pinned(false) {} in LiveRange() 137 LiveRange(int s, int e): start(s), end(e), is_pinned(false) {} in LiveRange() 138 int start; member 155 void pin_live_range(bool start, bool end = false);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_valtable.cpp | 441 unsigned sb_bitset::find_bit(unsigned start) { 442 assert(start < bit_size); 443 unsigned w = start / bt_bits; 444 unsigned b = start % bt_bits;
|
/third_party/node/lib/internal/test_runner/ |
H A D | coverage.js | 308 let start = 0; 312 while (start <= end) { 313 mid = MathFloor((start + end) / 2); 337 start = mid + 1; 383 // part of the check filters out core modules, which start with 'node:' in
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-webstreams-transfer.js | 56 // 1. We start with ReadableStream R1, 83 start: common.mustCall((controller) => { 129 start: common.mustCall((controller) => { 173 // We start with WritableStream W1, which is transferred to port1. 224 // We start with TransformStream T1, which creates ReadableStream R1, 308 start(c) { controller = c; }, 472 start(controller) {
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzlib.c | 258 state->start = LSEEK(state->fd, 0, SEEK_CUR); 259 if (state->start == -1) state->start = 0; 358 /* back up and start over */ 359 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) 386 /* can only seek from start or relative to current position */ 418 if (offset < 0) /* before start of file! */
|
/third_party/node/deps/zlib/ |
H A D | gzlib.c | 251 state->start = LSEEK(state->fd, 0, SEEK_CUR); in gz_open() 252 if (state->start == -1) state->start = 0; in gz_open() 334 /* back up and start over */ in gzrewind() 335 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) in gzrewind() 358 /* can only seek from start or relative to current position */ in gzseek64() 390 if (offset < 0) /* before start of file! */ in gzseek64()
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 203 static int start(void *p) in start() function 223 int (*start)(void*) = (int(*)(void*)) args->start_func; in start_c11() 224 __pthread_exit((void *)(uintptr_t)start(args->start_arg)); in start_c11() 364 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 359 static int start(void *p) in start() function 394 int (*start)(void*) = (int(*)(void*)) args->start_func; in start_c11() 395 __pthread_exit((void *)(uintptr_t)start(args->start_arg)); in start_c11() 550 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 295 static int start(void *p) in start() function 330 int (*start)(void*) = (int(*)(void*)) args->start_func; in start_c11() 331 __pthread_exit((void *)(uintptr_t)start(args->start_arg)); in start_c11() 486 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatawriter.cpp | 112 // For any data item, we need to write the start and limit offsets, in write() 113 // so the indexes length must be at least index-of-start-offset + 2. in write() 129 // so that we start with an 8-aligned offset. in write() 222 // Byte offsets of data items all start from the start of the indexes. in write() 343 int32_t start = indexes[startIndex]; in copyData() local 345 if(start < limit) { in copyData() 346 uprv_memcpy(dest + start, src, limit - start); in copyData()
|
H A D | units_data.cpp | 243 int32_t start = 0; in binarySearch() local 248 while (start < end) { in binarySearch() 249 int32_t mid = (start + end) / 2; in binarySearch() 252 start = mid + 1; in binarySearch()
|
H A D | datefmt.cpp | 333 int32_t start = pos.getIndex(); in parse() local 336 if (pos.getIndex() != start) { in parse() 342 // was illegal so we set the error index to the start. in parse() 343 pos.setIndex(start); in parse() 344 pos.setErrorIndex(start); in parse()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtjava.cpp | 509 static UBool start = true; variable 522 if(start==false){ in table_write_java() 527 start = false; in table_write_java() 630 start = true; /* Reset the start indicator*/ in bundle_write_java()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | regex.h | 615 int32_t fStartType; // Info on how a match must start. 792 * If the match succeeds then more information can be obtained via the start(), 796 * @return true if there is a match at the start of the input string. 807 * If the match succeeds then more information can be obtained via the start(), 821 * the previous match, or at the start of the string if there is no previous match. 822 * If a match is found, `start()`, `end()` and `group()` 836 * the previous match, or at the start of the string if there is no previous match. 837 * If a match is found, `start()`, `end()` and `group()` 853 * @param start The (native) index in the input string to begin the search. 858 virtual UBool find(int64_t start, UErrorCod [all...] |
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | asm.py | 208 encoded |= ((sr.encoded_flags | base) << sr.start) 301 encoded |= encoded_src << src.start 328 encoded |= (val << imm.start) 368 encoded |= (value << mod.start)
|