Home
last modified time | relevance | path

Searched refs:BACK (Results 1 - 25 of 27) sorted by relevance

12

/third_party/icu/icu4c/source/common/
H A Dunisetspan.h41 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 Dunisetspan.cpp324 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 Dunisetspan.h41 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 Dunisetspan.cpp324 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 Dunisetspan.h41 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 Dunisetspan.cpp324 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 Dregexec.c77 #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 Dregexec.c77 #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 Dnv50_ir_graph.cpp78 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 Dnv50_ir_graph.h48 BACK, enumerator
220 if (ei.getType() != Edge::BACK) in incidentCountFwd()
H A Dnv50_ir_bb.cpp383 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK) in initiatesSimpleConditional()
536 case Graph::Edge::BACK: in printCFGraph()
H A Dnv50_ir_lowering_nvc0.cpp732 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 Dnv50_ir_from_nir.cpp1538 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
2440 bb->cfg.attach(&target->cfg, isBreak ? Graph::Edge::CROSS : Graph::Edge::BACK);
H A Dnv50_ir_emit_nvc0.cpp3252 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized
3293 if (ei.getType() != Graph::Edge::BACK) {
H A Dnv50_ir_emit_gm107.cpp4345 if (ei.getType() == Graph::Edge::BACK) // sched would be uninitialized
4404 if (ei.getType() != Graph::Edge::BACK) {
H A Dnv50_ir_from_tgsi.cpp3687 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK); in handleInstruction()
3714 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK); in handleInstruction()
H A Dnv50_ir_lowering_nv50.cpp1563 failLockBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::BACK); in handleSharedATOM()
H A Dnv50_ir_peephole.cpp3339 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 DUnicodeSetStringSpan.java33 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 DUnicodeSetStringSpan.java37 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 Dcleanup_lvm.sh17 DEVLIST=`losetup -lnO NAME,BACK-FILE | grep "$LVM_IMGDIR" | cut -d ' ' -f 1`
/third_party/ffmpeg/libavfilter/
H A Dv360.h89 BACK, ///< Axis +Z enumerator
H A Dvf_v360.c827 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 Dtestdriver-actions.js63 BACK: 3,
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y181 %token BACK
1951 | BACK
1988 | BACK { $$ = 1; }

Completed in 55 milliseconds

12