/third_party/python/Lib/test/ |
H A D | test_telnetlib.py | 289 if cmd == tl.SE and self.sb_getter: 293 tl = telnetlib variable 296 '''The only thing that write does is replace each tl.IAC for 297 tl.IAC+tl.IAC''' 301 b'data sample with' + tl.IAC + b' one IAC', 302 b'a few' + tl.IAC + tl.IAC + b' iacs' + tl.IAC, 303 tl [all...] |
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl21.c | 289 struct flock tl; in main() local 341 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 342 compare_lock(&tl, (short)F_RDLCK, (short)0, 0, 0, parent_pid); in main() 372 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 373 compare_lock(&tl, (short)F_WRLCK, (short)0, 0, 0, parent_pid); in main() 411 do_test(&tl, F_WRLCK, 0, 0, 0); in main() 412 compare_lock(&tl, (short)F_WRLCK, (short)0, 1, 5, parent_pid); in main() 417 do_test(&tl, F_WRLCK, 0, 6, 0); in main() 418 compare_lock(&tl, (short)F_RDLCK, (short)0, 10, 5, parent_pid); in main() 423 do_test(&tl, F_WRLC in main() [all...] |
H A D | fcntl11.c | 243 struct flock tl; in main() local 292 do_test(&tl, F_WRLCK, 0, 0, 0); in main() 293 compare_lock(&tl, (short)F_RDLCK, (short)0, 1, 5, parent_pid); in main() 298 do_test(&tl, F_WRLCK, 0, 6, 0); in main() 299 compare_lock(&tl, (short)F_WRLCK, (short)0, 10, 5, parent_pid); in main() 304 do_test(&tl, F_WRLCK, 0, 15, 0); in main() 305 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0); in main() 330 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 331 compare_lock(&tl, (short)F_RDLCK, (short)0, 5, 5, parent_pid); in main() 336 do_test(&tl, (shor in main() [all...] |
H A D | fcntl20.c | 281 struct flock tl; in main() local 340 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 341 compare_lock(&tl, (short)F_RDLCK, (short)0, 10, 5, parent_pid); in main() 346 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 347 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0); in main() 383 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 384 compare_lock(&tl, (short)F_RDLCK, (short)0, 11, 4, parent_pid); in main() 389 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 390 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0); in main() 426 do_test(&tl, (shor in main() [all...] |
H A D | fcntl19.c | 282 struct flock tl; in main() local 341 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 342 compare_lock(&tl, (short)F_WRLCK, (short)0, 10, 5, parent_pid); in main() 347 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 348 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0); in main() 384 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0); in main() 385 compare_lock(&tl, (short)F_WRLCK, (short)0, 11, 4, parent_pid); in main() 390 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0); in main() 391 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0); in main() 428 do_test(&tl, (shor in main() [all...] |
/third_party/ltp/pan/ |
H A D | reporter.c | 92 char **taglist, **tl; in scanner_reporter() local 106 tl = taglist; in scanner_reporter() 114 tl = taglist + tagcount; in scanner_reporter() 117 *tl++ = Key.data; in scanner_reporter() 125 tl = taglist + tagcount; in scanner_reporter() 128 *tl++ = NULL; in scanner_reporter() 131 for (tl = taglist; *tl != NULL; tl++) { in scanner_reporter() 132 strcpy(key_get, *tl); in scanner_reporter() [all...] |
H A D | tag_report.c | 120 char **taglist, **tl; in cuts_report() local 141 tl = taglist; in cuts_report() 149 tl = taglist + tagcount; in cuts_report() 156 *tl++ = Key.data; in cuts_report() 164 tl = taglist + tagcount; in cuts_report() 167 *tl++ = NULL; in cuts_report() 173 for (tl = taglist; *tl != NULL; tl++) { in cuts_report() 175 strcpy(key_get, *tl); in cuts_report() [all...] |
/third_party/musl/libc-test/src/math/ |
H A D | fpclassify.c | 49 } tl[] = { variable 118 for (i = 0; i < length(tl); i++) { in main() 119 if (fpclassify(tl[i].f) != tl[i].class) in main() 120 error(tl[i], fpclassify); in main() 121 if (!!isinf(tl[i].f) != (tl[i].class == FP_INFINITE)) in main() 122 error(tl[i], isinf); in main() 123 if (!!isnan(tl[i].f) != (tl[ in main() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor_gfx.c | 473 struct vertex2f tl, tr, br, bl; in gen_rect_verts() local 480 tl = layer->dst.tl; in gen_rect_verts() 482 tr.y = layer->dst.tl.y; in gen_rect_verts() 484 bl.x = layer->dst.tl.x; in gen_rect_verts() 488 tl.x = layer->dst.br.x; in gen_rect_verts() 489 tl.y = layer->dst.tl.y; in gen_rect_verts() 491 br.x = layer->dst.tl.x; in gen_rect_verts() 493 bl = layer->dst.tl; in gen_rect_verts() 557 struct vertex2f tl, br; calc_drawn_area() local [all...] |
H A D | vl_compositor_cs.c | 625 struct vertex2f tl, br; in calc_drawn_area() local 630 tl = layer->dst.tl; in calc_drawn_area() 634 result.x0 = tl.x * layer->viewport.scale[0] + layer->viewport.translate[0]; in calc_drawn_area() 635 result.y0 = tl.y * layer->viewport.scale[1] + layer->viewport.translate[1]; in calc_drawn_area() 715 (layer->src.br.x - layer->src.tl.x); in draw_layers() 719 (layer->src.br.y - layer->src.tl.y)); in draw_layers()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_ok.c | 529 unsigned long tl; in block_out() local 538 tl = ctx->buf_len - OK_BLOCK_BLOCK; in block_out() 539 ctx->buf[0] = (unsigned char)(tl >> 24); in block_out() 540 ctx->buf[1] = (unsigned char)(tl >> 16); in block_out() 541 ctx->buf[2] = (unsigned char)(tl >> 8); in block_out() 542 ctx->buf[3] = (unsigned char)(tl); in block_out() 544 (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl)) in block_out() 560 unsigned long tl = 0; in block_in() local 570 assert(sizeof(tl) >= OK_BLOCK_BLOCK); /* always true */ in block_in() 571 tl in block_in() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | bio_ok.c | 529 unsigned long tl; in block_out() local 538 tl = ctx->buf_len - OK_BLOCK_BLOCK; in block_out() 539 ctx->buf[0] = (unsigned char)(tl >> 24); in block_out() 540 ctx->buf[1] = (unsigned char)(tl >> 16); in block_out() 541 ctx->buf[2] = (unsigned char)(tl >> 8); in block_out() 542 ctx->buf[3] = (unsigned char)(tl); in block_out() 544 (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl)) in block_out() 560 unsigned long tl = 0; in block_in() local 570 assert(sizeof(tl) >= OK_BLOCK_BLOCK); /* always true */ in block_in() 571 tl in block_in() [all...] |
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.h | 22 DragCanvas(const void* id, SkPoint tl = { 0.0f, 0.0f }, SkPoint br = { 1.0f, 1.0f }, in DragCanvas() 29 SkScalar w = SkTAbs(br.fX - tl.fX), 30 h = SkTAbs(br.fY - tl.fY); 42 { tl.fX, tl.fY }, 43 { br.fX, tl.fY }, 44 { tl.fX, br.fY },
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | tilde_open_block.rb | 34 tl = line_len 37 tl = 4 44 if tl < 4 || tl == line_len 52 elsif %(#{tip}#{tip[-1..-1] * (line_len - tl)}) == line
|
/third_party/typescript/tests/baselines/reference/ |
H A D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js | 25 constructor(public tl: Point, public br: Point) { } 38 var p: { tl: A.Point; br: A.Point }; 64 function Plane(tl, br) {
65 this.tl = tl;
|
H A D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.js | 23 constructor(public tl: Point, public br: Point) { } 36 var p: { tl: A.Point; br: A.Point }; 60 function Plane(tl, br) {
61 this.tl = tl;
|
H A D | TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js | 26 constructor(public tl: Point, public br: Point) { } 58 function Plane(tl, br) {
59 this.tl = tl;
|
H A D | TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js | 27 constructor(public tl: Root.A.Point, public br: Root.A.Point) { } 57 function Plane(tl, br) {
58 this.tl = tl;
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | file.c | 362 int n, idx = 0, tl = 0; in nsc_line_to_tag() local 395 if (tl + n + 2 > (int)max_tag) in nsc_line_to_tag() 397 if (tl) in nsc_line_to_tag() 398 tag[tl++] = LWSCTAG_SEP; in nsc_line_to_tag() 399 memcpy(tag + tl, col, (size_t)n); in nsc_line_to_tag() 400 tl += n; in nsc_line_to_tag() 401 tag[tl] = '\0'; in nsc_line_to_tag() 433 int tl; in nsc_lookup_cb() local 457 tl = (int)strlen(tag); in nsc_lookup_cb() 465 lws_malloc(sizeof(*ctx->match) + (unsigned int)tl in nsc_lookup_cb() [all...] |
/third_party/mksh/ |
H A D | syn.c | 105 struct op *t, *p, *tl = NULL; in pipeline() local 112 if (tl == NULL) in pipeline() 113 t = tl = block(TPIPE, t, p); in pipeline() 115 tl = tl->right = block(TPIPE, tl->right, p); in pipeline() 143 struct op *t = NULL, *p, *tl = NULL; in c_list() local 167 else if (!tl) in c_list() 168 t = tl = block(TLIST, t, p); in c_list() 170 tl in c_list() 601 struct op *t, *tl; caselist() local 619 tl->right = tc, tl = tc; caselist() local [all...] |
/third_party/musl/porting/liteos_a/kernel/src/locale/ |
H A D | __mo_lookup.c | 27 uint32_t tl = swapc(mo[t+2*(b+n/2)], sw); in __mo_lookup() local 29 if (ts >= size || tl >= size-ts || ((char *)p)[ts+tl]) in __mo_lookup()
|
/third_party/musl/src/locale/ |
H A D | __mo_lookup.c | 27 uint32_t tl = swapc(mo[t+2*(b+n/2)], sw); in __mo_lookup() local 29 if (ts >= size || tl >= size-ts || ((char *)p)[ts+tl]) in __mo_lookup()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_urb.h | 17 const ImVec2& tl, const ImVec2& br) { in _Hovered() 19 tl.x <= mouse.x && tl.y <= mouse.y && in _Hovered()
|
/third_party/lwip/src/netif/ppp/ |
H A D | ipcp.c | 1516 u32_t tl, ciaddr1, ciaddr2;/* Parsed address values */ in ipcp_reqci() local 1569 GETLONG(tl, p); /* Parse source address (his) */ in ipcp_reqci() 1570 ciaddr1 = lwip_htonl(tl); in ipcp_reqci() 1576 tl = lwip_ntohl(wo->hisaddr); in ipcp_reqci() 1577 PUTLONG(tl, p); in ipcp_reqci() 1592 GETLONG(tl, p); /* Parse desination address (ours) */ in ipcp_reqci() 1593 ciaddr2 = lwip_htonl(tl); in ipcp_reqci() 1599 tl = lwip_ntohl(wo->ouraddr); in ipcp_reqci() 1600 PUTLONG(tl, p); in ipcp_reqci() 1625 GETLONG(tl, in ipcp_reqci() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | BasicPeriodFormatter.java | 57 private String format(int tl, boolean inFuture, int[] counts) { in format() argument 132 tl = ETimeLimit.NOLIMIT; in format() 147 boolean useDigitPrefix = data.appendPrefix(tl, td, sb); in format() 195 data.appendSuffix(tl, td, sb); in format()
|