Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2404 char look(unsigned Lookahead = 0) {
2515 if (look() == 'N') in parseName()
2517 if (look() == 'Z') in parseName()
2521 if (look() == 'S' && look(1) != 't') { in parseName()
2525 if (look() != 'I') in parseName()
2538 if (look() == 'I') { in parseName()
2611 if (look() == 'U') in parseUnqualifiedName()
2613 else if (look() >= '1' && look() <= '9') in parseUnqualifiedName()
2657 while (look() == 'T' && in parseUnnamedTypeName()
2658 StringView("yptn").find(look(1)) != StringView::npos) { in parseUnnamedTypeName()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdhuff.h192 register int nb, look; \
201 look = PEEK_BITS(HUFF_LOOKAHEAD); \
202 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
204 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
/third_party/libjpeg-turbo/
Djdhuff.h198 register int nb, look; \
207 look = PEEK_BITS(HUFF_LOOKAHEAD); \
208 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
210 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdhuff.h198 register int nb, look; \
207 look = PEEK_BITS(HUFF_LOOKAHEAD); \
208 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
210 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc322 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look, in find() argument
326 return UnsafeFind(look, start_pos); in find()
329 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look) const { in find()
330 return UnsafeFind(look, begin()); in find()
334 const UnicodeText& look, const_iterator start_pos) const { in UnsafeFind() argument
338 StringPiece look_piece(look.utf8_data(), look.utf8_length()); in UnsafeFind()
Dunicodetext.h272 const_iterator find(const UnicodeText& look, const_iterator start_pos) const;
274 const_iterator find(const UnicodeText& look) const;
372 const_iterator UnsafeFind(const UnicodeText& look,
/third_party/python/PC/
Dgetpathp.c923 const wchar_t *look = buf - 1; /* 'buf' is at the end of the buffer */ in calculate_module_search_path() local
926 const wchar_t *lookEnd = look; in calculate_module_search_path()
931 while (look >= start_buf && *look != DELIM) in calculate_module_search_path()
932 look--; in calculate_module_search_path()
933 nchars = lookEnd-look; in calculate_module_search_path()
934 wcsncpy(lookBuf, look+1, nchars); in calculate_module_search_path()
942 if (look < start_buf) { in calculate_module_search_path()
945 look--; in calculate_module_search_path()
/third_party/rust/crates/memchr/bench/
DREADME.md5 benchmarks approximate real world usage. When some benchmarks look a bit slower
6 than we expect (for one reason another), we can use profiling tools to look at
43 `critcmp` to look at benchmark data in a way that makes it easy to do
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc44 window_look look = B_BORDERED_WINDOW_LOOK; in _InitWindow() local
64 look = B_NO_BORDER_WINDOW_LOOK; in _InitWindow()
67 SDL_BWin *bwin = new(std::nothrow) SDL_BWin(bounds, look, flags); in _InitWindow()
/third_party/node/
Dglossary.md4 * PTAL: Please take a look.
10 an early look.
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbirpt.txt149 # expr-mod We've just finished scanning a term, now look for the optional
172 '/' look-ahead doExprCatOperator
180 # look-ahead Scanning a '/', which identifies a break point, assuming that the
186 look-ahead:
195 # look-ahead symbol is permitted.
246 '/' look-ahead doExprCatOperator
320 # assignment must look like a rule expression, and we come here
/third_party/skia/third_party/externals/icu/source/common/
Drbbirpt.txt149 # expr-mod We've just finished scanning a term, now look for the optional
172 '/' look-ahead doExprCatOperator
180 # look-ahead Scanning a '/', which identifies a break point, assuming that the
186 look-ahead:
195 # look-ahead symbol is permitted.
246 '/' look-ahead doExprCatOperator
320 # assignment must look like a rule expression, and we come here
/third_party/icu/icu4c/source/common/
Drbbirpt.txt149 # expr-mod We've just finished scanning a term, now look for the optional
172 '/' look-ahead doExprCatOperator
180 # look-ahead Scanning a '/', which identifies a break point, assuming that the
186 look-ahead:
195 # look-ahead symbol is permitted.
246 '/' look-ahead doExprCatOperator
320 # assignment must look like a rule expression, and we come here
/third_party/ltp/
DTODO10 store comprehensive list of syscalls, but there are a few places to look at:
30 newly added pids testcases. Have a look at testcases/kernel/controllers/.
/third_party/alsa-utils/alsactl/init/
D00main19 # 1) look for preinit subdirectory and parse all files in it
22 # 4) look for postinit subdirectory and parse all files in it
/third_party/node/deps/npm/node_modules/ansicolors/
DREADME.md5 In case you need styles, like `bold`, have a look at [ansistyles](https://github.com/thlorenz/ansis…
62 I'd suggest to look at the [features](https://github.com/TooTallNate/ansi.js#features) of the [ansi…
/third_party/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md13 Lets take a look at the example:
78 > attaching. This can easily cause memory leaks. Have a look at [The
116 - The logs will look like (under VC2010)
/third_party/flutter/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md13 Lets take a look at the example:
78 > attaching. This can easily cause memory leaks. Have a look at [The
116 - The logs will look like (under VC2010)
/third_party/rust/crates/codespan/
DCONTRIBUTING.md21 We look forward to working with you!
40 Have a look at the documentation if you are not sure.
43 Please look through the open issues in the [issue tracker][github-issues].
/third_party/node/deps/npm/node_modules/ansistyles/
DREADME.md5 In case you need colors, like `red`, have a look at [ansicolors](https://github.com/thlorenz/ansico…
71 I'd suggest to look at the [features](https://github.com/TooTallNate/ansi.js#features) of the [ansi…
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-porting.md6 The first thing you have to do when porting to a new platform, is look at
17 take a look at the large section labelled:
/third_party/node/deps/cares/src/lib/
DCMakeLists.txt58 …# For chain building: add alias targets that look like import libs that would be returned by find_…
105 …# For chain building: add alias targets that look like import libs that would be returned by find_…
/third_party/googletest/docs/
Dpkgconfig.md70 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
100 If you look at the generated pkg-config file, it will look something like
/third_party/node/test/fixtures/
D.node_repl_history1 'you look fabulous today'
/third_party/node/deps/npm/node_modules/boxen/
Dreadme.md132 … When a number is specified, the left/right padding is 3 times the top/bottom to make it look nice.
141 …. When a number is specified, the left/right margin is 3 times the top/bottom to make it look nice.

12345678910>>...55