Home
last modified time | relevance | path

Searched refs:glb (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dfunction-ptr.c56 void glb(int a, int *p);
57 void glb(int a, int *p) in glb() function
/third_party/node/deps/v8/src/compiler/
H A Dtypes.cc108 bitset glb = BitsetType::Glb(AsRange()->Min(), AsRange()->Max()); in BitsetGlb() local
109 return glb; in BitsetGlb()
442 bitset glb = kNone; in Glb() local
446 if (max < -1 || min > 0) return glb; in Glb()
451 glb |= mins[i].external; in Glb()
456 return glb & ~(kOtherNumber); in Glb()

Completed in 3 milliseconds