HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 26 - 50 of 314) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 83 const char *NL, const char *Sep) const override;
339 const char *NL, const char *Sep) const {
347 Out << Sep << NL << *this << " :" << NL;
350 Out << " An init method has been called." << NL;
355 << NL;
359 << NL;
363 Out << NL;
380 Out << NL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcorolib.c 83 lua_State *NL;
85 NL = lua_newthread(L);
87 lua_xmove(L, NL, 1); /* move function from L to NL */
  /external/skia/third_party/lua/src/
lcorolib.c 83 lua_State *NL;
85 NL = lua_newthread(L);
87 lua_xmove(L, NL, 1); /* move function from L to NL */
  /external/syslinux/com32/lua/src/
lcorolib.c 83 lua_State *NL;
85 NL = lua_newthread(L);
87 lua_xmove(L, NL, 1); /* move function from L to NL */
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /external/libopus/silk/
VAD.c 63 psSilk_VAD->NL[ b ] = silk_MUL( 100, psSilk_VAD->NoiseLevelBias[ b ] );
64 psSilk_VAD->inv_NL[ b ] = silk_DIV32( silk_int32_MAX, psSilk_VAD->NL[ b ] );
204 speech_nrg = Xnrg[ b ] - psSilk_VAD->NL[ b ];
208 NrgToNoiseRatio_Q8[ b ] = silk_DIV32( silk_LSHIFT( Xnrg[ b ], 8 ), psSilk_VAD->NL[ b ] + 1 );
210 NrgToNoiseRatio_Q8[ b ] = silk_DIV32( Xnrg[ b ], silk_RSHIFT( psSilk_VAD->NL[ b ], 8 ) + 1 );
252 speech_nrg += ( b + 1 ) * silk_RSHIFT( Xnrg[ b ] - psSilk_VAD->NL[ b ], 4 );
310 opus_int32 nl, nrg, inv_nrg; local
322 nl = psSilk_VAD->NL[ k ];
323 silk_assert( nl >= 0 )
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 16 NL = #13#10;
18 + 'parser grammar p;' + NL
19 + 'prog : WHILE ID LCURLY (assign)* RCURLY EOF;' + NL
20 + 'assign : ID ASSIGN expr SEMI ;' + NL
21 + 'expr : INT | FLOAT | ID ;' + NL;
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 188 void Environment::print(raw_ostream &Out, const char *NL,
196 Out << NL << NL
198 << NL;
201 Out << NL;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 440 Loop *NL = getNearestLoop(POI, L);
442 if (NL != L) {
443 // For reducible loops, NL is now an ancestor of Unloop.
444 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) &&
446 LI->changeLoopFor(POI, NL);
468 Loop *NL = getNearestLoop(*POI, L);
469 if (NL != L) {
470 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 438 Loop *NL = getNearestLoop(*POI, L);
440 if (NL != L) {
441 // For reducible loops, NL is now an ancestor of Unloop.
442 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
444 LI->changeLoopFor(*POI, NL);
466 Loop *NL = getNearestLoop(*POI, L);
467 if (NL != L) {
468 assert(NL != Unloop && (!NL || NL->contains(Unloop)) &
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 35 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
41 NL = N_TOKENS + 1
42 tok_name[NL] = 'NL'
211 if tok_type in (NEWLINE, NL):
219 startline = token[0] in (NEWLINE, NL)
242 elif toknum in (NEWLINE, NL):
343 yield (NL, line[nl_pos:],
346 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
379 yield (NL if parenlev > 0 else NEWLINE,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
371 yield (NL if parenlev > 0 else NEWLINE,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 62 NL = 53
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 158 NL = tokenize.NL
169 while type in (COMMENT, NL, NEWLINE):
179 while type in (COMMENT, NL, NEWLINE):
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 36 #define NL 28
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-ntp.conf 32 NL="
54 servers="${servers}server $x$NL"
  /external/libopus/silk/x86/
VAD_sse.c 185 speech_nrg = Xnrg[ b ] - psSilk_VAD->NL[ b ];
189 NrgToNoiseRatio_Q8[ b ] = silk_DIV32( silk_LSHIFT( Xnrg[ b ], 8 ), psSilk_VAD->NL[ b ] + 1 );
191 NrgToNoiseRatio_Q8[ b ] = silk_DIV32( Xnrg[ b ], silk_RSHIFT( psSilk_VAD->NL[ b ], 8 ) + 1 );
233 speech_nrg += ( b + 1 ) * silk_RSHIFT( Xnrg[ b ] - psSilk_VAD->NL[ b ], 4 );
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 62 NL = 53

Completed in 763 milliseconds

12 3 4 5 6 7 8 91011>>