HomeSort by relevance Sort by last modified time
    Searched full:what (Results 1101 - 1125 of 4330) sorted by null

<<41424344454647484950>>

  /external/icu4c/tools/genrb/
derb.c 66 static void printHex(FILE *out, UConverter *converter, uint8_t what);
461 static void printHex(FILE *out, UConverter *converter, uint8_t what) {
465 hex[0] = map[what >> 4];
466 hex[1] = map[what & 0xf];
  /external/icu4c/tools/genren/
genren.pl 91 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
  /external/iproute2/
README.distribution 91 deviation 1. How do you know what values to use for real? Here, I've
README.iproute2+tc 77 works easily. What's about u32... That's example:
  /external/iproute2/ip/
iplink_vlan.c 121 fprintf(stderr, "vlan: what is \"%s\"?\n", *argv);
  /external/iproute2/netem/
README.distribution 93 deviation 1. How do you know what values to use for real? Here, I've
  /external/iproute2/tc/
f_route.c 120 fprintf(stderr, "What is \"%s\"?\n", *argv);
q_red.c 108 fprintf(stderr, "What is \"%s\"?\n", *argv);
  /external/ipsec-tools/src/racoon/doc/
FAQ 5 Q: With what other IKE/IPsec implementation racoon is known to be interoperable?
  /external/ipsec-tools/src/racoon/
plainrsa-gen.8 78 Don't change this unless you really know what you are doing!
  /external/iptables/
iptables-xml.c 113 add_argv(char *what, int quoted)
115 DEBUGP("add_argv: %d %s\n", newargc, what);
116 if (what && ((newargc + 1) < sizeof(newargv) / sizeof(char *))) {
117 newargv[newargc] = strdup(what);
  /external/jpeg/
ansi2knr.c 19 We explicitly state here what we believe is already implied by the GPL: if
61 that what they have is not what we distributed, so that any problems
65 Inc.) make the following terms which say what you must do to be allowed
coderules.doc 10 is much more important than the details of just what that style is.
config.sub 67 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
163 # because (1) that's what they normally are, and
352 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
792 # The value should be what the vendor currently ships out the door with their
jcapistd.c 29 * would emit an abbreviated stream (no tables) by default. This may be what
  /external/kernel-headers/original/asm-arm/
elf.h 65 /* This yields a mask that user programs can use to figure out what
unaligned.h 9 * What is the most efficient way of loading/storing an unaligned value?
  /external/kernel-headers/original/linux/
kd.h 35 #define KB_101 0x02 /* this is what we always answer */
ppp_defs.h 111 * What to do with network protocol (NP) packets.
  /external/kernel-headers/original/media/
msm_camera.h 150 /* what to config:
  /external/libffi/
compile 111 # object file name, since that is what matters with a parallel build.
  /external/libffi/doc/
libffi.info 41 * Introduction:: What is libffi?
49 1 What is libffi?
61 Some programs may not know at the time of compilation what arguments
113 ABI is the ABI to use; normally `FFI_DEFAULT_ABI' is what you
  /external/libpcap/
pcap-dos.h 219 void pcap_assert (const char *what, const char *file, unsigned line);
  /external/libpng/
pnggccrd.c 20 #ifdef PNG_MMX_CODE_SUPPORTED // superfluous, but what the heck
pngrio.c 58 * instead of an int, which is what fread() actually returns.

Completed in 273 milliseconds

<<41424344454647484950>>