Home
last modified time | relevance | path

Searched refs:lsd (Results 1 - 6 of 6) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dregex.c328 pcre_extra lsd; /* used to hold the mmap'd version */ member
400 (*regex)->lsd.study_data = (void *)mmap_area->next_addr; in regex_load_mmap()
401 (*regex)->lsd.flags |= PCRE_EXTRA_STUDY_DATA; in regex_load_mmap()
407 rc = pcre_fullinfo((*regex)->regex, &(*regex)->lsd, in regex_load_mmap()
427 } else if (regex->lsd.study_data) { in get_pcre_extra()
428 return &regex->lsd; in get_pcre_extra()
/third_party/icu/icu4c/source/i18n/
H A DdecNumberLocal.h286 uByte *lsd; /* -> least ditto */ member
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumberLocal.h286 uByte *lsd; /* -> least ditto */ member
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumberLocal.h286 uByte *lsd; /* -> least ditto */ member
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c7999 int lsd = (int)mpd_lsd(result->data[0]); in _mpd_qsqrt() local
8000 if (lsd == 0 || lsd == 5) { in _mpd_qsqrt()
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2960 Node* lsd = in LowerTruncateBigIntToWord64() local
2965 __ Goto(&done, lsd); in LowerTruncateBigIntToWord64()
2968 __ Goto(&done, __ Int64Sub(__ Int64Constant(0), lsd)); in LowerTruncateBigIntToWord64()

Completed in 27 milliseconds