Home
last modified time | relevance | path

Searched defs:stb (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DShapingTypeBuilder.java71 ShapingTypeBuilder stb = new ShapingTypeBuilder(); in main() local
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1429 struct stat64 stb; in allocsp_f() local
1780 struct stat64 stb; in dread_f() local
1881 struct stat64 stb; in dwrite_f() local
2004 struct stat64 stb; in freesp_f() local
2233 struct stat64 stb; in read_f() local
2369 struct stat64 stb; in resvsp_f() local
2441 struct stat64 stb; in stat_f() local
2518 struct stat64 stb; in truncate_f() local
2581 struct stat64 stb; in unresvsp_f() local
2635 struct stat64 stb; in write_f() local
/third_party/libwebsockets/lib/misc/
Dlws-struct-sqlite.c248 uint8_t *stb = (uint8_t *)st; in _lws_struct_sq3_ser_one() local
/third_party/libabigail/src/
Dabg-elf-helpers.cc69 stb_to_elf_symbol_binding(unsigned char stb) in stb_to_elf_symbol_binding()
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc3727 __ stb(zero, MemOperand(is_iterable)); in Generate_DeoptimizationEntry() local
3833 __ stb(one, MemOperand(is_iterable)); in Generate_DeoptimizationEntry() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc1008 void Assembler::stb(Register dst, const MemOperand& src) { in stb() function in v8::internal::Assembler