/third_party/icu/icu4c/source/common/ |
H A D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
H A D | unisetspan.cpp | 324 if(which&BACK) { in UnicodeSetStringSpan() 344 if(which&BACK) { in UnicodeSetStringSpan() 362 if(which&BACK) { in UnicodeSetStringSpan()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
H A D | unisetspan.cpp | 324 if(which&BACK) { in UnicodeSetStringSpan() 344 if(which&BACK) { in UnicodeSetStringSpan() 362 if(which&BACK) { in UnicodeSetStringSpan()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
H A D | unisetspan.cpp | 324 if(which&BACK) { in UnicodeSetStringSpan() 344 if(which&BACK) { in UnicodeSetStringSpan() 362 if(which&BACK) { in UnicodeSetStringSpan()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 101 #undef BACK macro 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regexec.c | 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 101 #undef BACK macro 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_graph.cpp | 78 case BACK: return "back"; in typeStr() 187 if (ei.getType() == Edge::BACK) in reachableBy() 307 case Graph::Edge::BACK: in search() 344 * - BACK: edges from a node to a parent (or itself) in the spanning tree 381 edge->type = node->tag ? Edge::BACK : Edge::CROSS; in classifyDFS() 395 edge->type = node->tag ? Edge::BACK : Edge::CROSS; in classifyDFS()
|
H A D | nv50_ir_graph.h | 48 BACK, enumerator 220 if (ei.getType() != Edge::BACK) in incidentCountFwd()
|
H A D | nv50_ir_bb.cpp | 383 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK) in initiatesSimpleConditional() 536 case Graph::Edge::BACK: in printCFGraph()
|
H A D | nv50_ir_lowering_nvc0.cpp | 732 if (ei.getType() != Graph::Edge::BACK) in tryReplaceContWithBra() 734 if (ei.getType() != Graph::Edge::BACK) in tryReplaceContWithBra() 745 assert(ei.end() || ei.getType() != Graph::Edge::BACK); in tryReplaceContWithBra() 1543 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK); in handleSharedATOMNVE4() 1634 tryLockAndSetBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::BACK); in handleSharedATOM()
|
H A D | nv50_ir_from_nir.cpp | 1538 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK); 2440 bb->cfg.attach(&target->cfg, isBreak ? Graph::Edge::CROSS : Graph::Edge::BACK);
|
H A D | nv50_ir_emit_nvc0.cpp | 3252 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized 3293 if (ei.getType() != Graph::Edge::BACK) {
|
H A D | nv50_ir_emit_gm107.cpp | 4345 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized 4404 if (ei.getType() != Graph::Edge::BACK) {
|
H A D | nv50_ir_from_tgsi.cpp | 3687 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK); in handleInstruction() 3714 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK); in handleInstruction()
|
H A D | nv50_ir_lowering_nv50.cpp | 1563 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK); in handleSharedATOM()
|
H A D | nv50_ir_peephole.cpp | 3339 if (ty == Graph::Edge::CROSS || ty == Graph::Edge::BACK) in removeFlow()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 33 public static final int BACK = 0x10; field in UnicodeSetStringSpan 42 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED; 43 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED; 174 if (0 != (which & BACK)) { in UnicodeSetStringSpan() 192 if (0 != (which & BACK)) { in UnicodeSetStringSpan()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 37 public static final int BACK = 0x10; field in UnicodeSetStringSpan 46 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED; 47 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED; 171 if (0 != (which & BACK)) { in UnicodeSetStringSpan() 189 if (0 != (which & BACK)) { in UnicodeSetStringSpan()
|
/third_party/ltp/testcases/misc/lvm/ |
H A D | cleanup_lvm.sh | 17 DEVLIST=`losetup -lnO NAME,BACK-FILE | grep "$LVM_IMGDIR" | cut -d ' ' -f 1`
|
/third_party/ffmpeg/libavfilter/ |
H A D | v360.h | 89 BACK, ///< Axis +Z enumerator
|
H A D | vf_v360.c | 827 return BACK; in get_direction() 1108 case BACK: in cube_to_xyz() 1151 *direction = BACK; in xyz_to_cube() 1183 case BACK: in xyz_to_cube() 1244 direction = BACK; in process_cube_coordinates() 1263 case BACK: in process_cube_coordinates() 1275 direction = BACK; in process_cube_coordinates() 1299 case BACK: in process_cube_coordinates() 1321 direction = BACK; in process_cube_coordinates() 1335 case BACK in process_cube_coordinates() [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 63 BACK: 3,
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 181 %token BACK 1951 | BACK 1988 | BACK { $$ = 1; }
|