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

  /external/ltp/testcases/lib/
tst_net_vars.c 513 static void get_ipv4_info(const char *lip_str, const char *rip_str, int lprefix,
519 lprefix_round = round_down_prefix(lprefix, 0);
525 vars.ipv4_lbroadcast = get_ipv4_broadcast(lip, lprefix);
528 vars.ipv4_lnetmask = get_ipv4_netmask(lprefix);
541 int lprefix, int rprefix)
546 lprefix_round = round_down_prefix(lprefix, 1);
552 vars.ipv6_lnetmask = get_ipv6_netmask(lprefix);
590 int is_ipv6, lprefix, rprefix, tmp; local
605 lprefix = get_prefix(lip_str, is_ipv6);
623 check_prefix_range(lprefix, is_ipv6, 1)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
tokens.h 57 void lprefix(void);
59 extern void lprefix();
antlr.c 190 lprefix();
342 lprefix();
804 lprefix(void) function
806 lprefix()
821 /* MR1 */ require(a!=NULL, "rule lprefix: cannot allocate action");
    [all...]
antlr.g 691 | lprefix /* MR1 */
744 | lprefix /* MR1 */
    [all...]
  /external/iproute2/ip/
ipmonitor.c 157 int lprefix = 0; local
202 lprefix = 1;
263 if (lprefix) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
bdb.py 348 def format_stack_entry(self, frame_lineno, lprefix=': '):
370 if line: s = s + lprefix + line.strip()
  /external/python/cpython2/Lib/
bdb.py 361 def format_stack_entry(self, frame_lineno, lprefix=': '):
383 if line: s = s + lprefix + line.strip()
  /external/python/cpython3/Lib/
bdb.py 390 def format_stack_entry(self, frame_lineno, lprefix=': '):
413 s += lprefix + line.strip()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
bdb.py 361 def format_stack_entry(self, frame_lineno, lprefix=': '):
383 if line: s = s + lprefix + line.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/
bdb.py 361 def format_stack_entry(self, frame_lineno, lprefix=': '):
383 if line: s = s + lprefix + line.strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 361 def format_stack_entry(self, frame_lineno, lprefix=': '):
383 if line: s = s + lprefix + line.strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 361 def format_stack_entry(self, frame_lineno, lprefix=': '):
383 if line: s = s + lprefix + line.strip()

Completed in 623 milliseconds