HomeSort by relevance Sort by last modified time
    Searched refs:inop (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
parsenfsfh.c 113 Parse_fh(fh, len, fsidp, inop, osnamep, fsnamep, ourself)
117 u_int32_t *inop;
267 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
278 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
292 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
302 *inop = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]);
313 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
335 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
348 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
360 *inop = temp
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 94 {([inop [expr {EXPR}] [expr {EXPR}] [expr {EXPR}] [expr {EXPR}]])}
98 {(![inop [expr {EXPR}] [expr {EXPR}] [expr {EXPR}] [expr {EXPR}]])}
102 {[inop [expr {EXPR}] [expr {EXPR}] [expr {EXPR}]]}
106 {[inop [expr {EXPR}] [expr {AGG}] [expr {AGG}]]}
217 proc inop {lhs args} { procedure

Completed in 560 milliseconds