Home
last modified time | relevance | path

Searched refs:temp_sb (Results 1 – 7 of 7) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Bridge/
H A Dbridge_hidden.cpp70 stack_border temp_sb; in my_typeset() local
72 typeset_stack (env, st, ip, ttt->a, ttt->b, temp_sb); in my_typeset()
82 ttt->sb= temp_sb; // stack_border (); in my_typeset()
H A Dtypesetter.cpp54 stack_border temp_sb; in insert_paragraph() local
55 array<page_item> temp_l= typeset_stack (env, t, ip, a, b, temp_sb); in insert_paragraph()
56 insert_stack (temp_l, temp_sb); in insert_paragraph()
97 stack_border temp_sb = sb; in local_end() local
101 prev_sb = temp_sb; in local_end()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_record_protocol_test.cc381 grpc_slice_buffer temp_sb; in input_check() local
382 grpc_slice_buffer_init(&temp_sb); in input_check()
384 &var->protected_sb, var->header_length + var->tag_length - 1, &temp_sb); in input_check()
386 alts_grpc_record_protocol_unprotect(rp, &temp_sb, &var->unprotected_sb); in input_check()
388 grpc_slice_buffer_destroy_internal(&temp_sb); in input_check()
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_record_protocol_test.cc382 grpc_slice_buffer temp_sb; in input_check() local
383 grpc_slice_buffer_init(&temp_sb); in input_check()
385 &var->protected_sb, var->header_length + var->tag_length - 1, &temp_sb); in input_check()
387 alts_grpc_record_protocol_unprotect(rp, &temp_sb, &var->unprotected_sb); in input_check()
389 grpc_slice_buffer_destroy_internal(&temp_sb); in input_check()
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_record_protocol_test.cc382 grpc_slice_buffer temp_sb; in input_check() local
383 grpc_slice_buffer_init(&temp_sb); in input_check()
385 &var->protected_sb, var->header_length + var->tag_length - 1, &temp_sb); in input_check()
387 alts_grpc_record_protocol_unprotect(rp, &temp_sb, &var->unprotected_sb); in input_check()
389 grpc_slice_buffer_destroy_internal(&temp_sb); in input_check()
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_record_protocol_test.cc383 grpc_slice_buffer temp_sb; in input_check() local
384 grpc_slice_buffer_init(&temp_sb); in input_check()
386 &var->protected_sb, var->header_length + var->tag_length - 1, &temp_sb); in input_check()
388 alts_grpc_record_protocol_unprotect(rp, &temp_sb, &var->unprotected_sb); in input_check()
390 grpc_slice_buffer_destroy_internal(&temp_sb); in input_check()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c404 struct stat from_sb, temp_sb, to_sb; in install() local
476 } else if (lstat(from_name, &temp_sb)) { in install()
478 } else if (S_ISLNK(temp_sb.st_mode)) { in install()
480 } else if (!S_ISREG(temp_sb.st_mode)) { in install()
607 if (fstat(temp_fd, &temp_sb)) { in install()
615 if (compare(temp_fd, (size_t)temp_sb.st_size, in install()