HomeSort by relevance Sort by last modified time
    Searched refs:term (Results 176 - 200 of 389) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.asm 95 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
  /external/libcups/cups/
http-support.c 110 int dstsize, const char *term,
114 const char *term, int encode);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 362 bool BasicBlock::reachableBy(const BasicBlock *by, const BasicBlock *term)
364 return cfg.reachableBy(&by->cfg, &term->cfg);
nv50_ir_util.h 192 term(head) { }
196 virtual bool end() const { return pos == term; }
208 Item *term; member in class:nv50_ir::DLList::Iterator
nv50_ir_graph.cpp 169 Graph::Node::reachableBy(const Node *node, const Node *term) const
183 if (pos == term)
  /external/pdfium/xfa/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 235 std::unique_ptr<CBC_ReedSolomonGF256Poly> term(
246 remainder.reset(remainder->AddOrSubtract(term.get(), e));
  /external/libpcap/
grammar.y 272 %type <blk> expr id nid pid term rterm qid
338 expr: term
339 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
341 | expr or term { gen_or($1.b, $3.b); $$ = $3; }
421 term: rterm label
422 | not term { gen_not($2.b); $$ = $2; }
  /external/mesa3d/src/mesa/swrast/
s_context.c 195 GLuint term; local
196 for (term = 0; term < combine->_NumArgsRGB; term++) {
197 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
201 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
  /external/selinux/policycoreutils/newrole/
newrole.c 466 * TERM, DISPLAY and XAUTHORITY - if they are set, preserve values
478 char *term = NULL; /* temporary container */ local
488 term_env = getenv("TERM");
494 term = strdup(term_env);
499 if ((term_env && !term) || (display_env && !display) ||
512 if (term)
513 rc |= setenv("TERM", term, 1);
524 free(term);
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 783 // expr = term | term ('+' | '-' | '|' | '^') term.
785 value := p.term()
790 value += p.term()
793 value -= p.term()
796 value |= p.term()
799 value ^= p.term()
827 // term = factor | factor ('*' | '/' | '%' | '>>' | '<<' | '&') factor
828 func (p *Parser) term() uint64 func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 783 // expr = term | term ('+' | '-' | '|' | '^') term.
785 value := p.term()
790 value += p.term()
793 value -= p.term()
796 value |= p.term()
799 value ^= p.term()
827 // term = factor | factor ('*' | '/' | '%' | '>>' | '<<' | '&') factor
828 func (p *Parser) term() uint64 func
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 471 /* return the token number of 'term'. Return 0 if no 'term' exists */
474 Tnum( char *term )
476 Tnum( term )
477 char *term;
481 require(term!=NULL, "Tnum: invalid terminal");
483 if ( *term=='"' ) p = (TermEntry *) hash_get(Texpr, term);
484 else p = (TermEntry *) hash_get(Tname, term);
    [all...]
antlr.c 1342 char *t=NULL; TCnode *e; int go=1,tok,totok; TermEntry *p, *term, *toterm; local
1979 TermEntry *term; local
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 171 // Term Alternative
172 // Term ::
    [all...]
  /external/libmojo/third_party/ply/
yacc.py     [all...]
  /external/openssh/
mux.c 101 char *term; member in struct:mux_session_confirm_ctx
318 cctx->term = NULL;
329 (cctx->term = buffer_get_string_ret(m, &len)) == NULL ||
337 free(cctx->term);
365 "term \"%s\", cmd \"%s\", env %u", __func__, c->self,
367 cctx->want_subsys, cctx->term, cmd, env_len);
384 free(cctx->term);
411 free(cctx->term);
1798 char *e, *term; local
    [all...]
  /external/iputils/doc/
docbook2man-spec.pl 968 sgml('<TERM>', sub {
974 sgml('</TERM>', sub {
975 my $term = pop_output();
976 $term =~ tr/\n/ /;
977 output $term;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 96 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
  /system/tools/aidl/
aidl_language.h 275 AidlQualifiedName(std::string term, std::string comments);
283 void AddTerm(const std::string& term);
type_cpp.cpp 206 for (const auto& term : name) {
207 ret += "::" + term;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 569 for term in args:
571 processed.append(int(term))
576 frac = float(term)
584 processed.append(term)
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 73 OPJ_UINT32 term : 1; member in struct:opj_tcd_pass
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py 561 for term in args:
563 processed.append(int(term))
568 frac = float(term)
576 processed.append(term)
  /prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py 561 for term in args:
563 processed.append(int(term))
568 frac = float(term)
576 processed.append(term)

Completed in 713 milliseconds

1 2 3 4 5 6 78 91011>>