HomeSort by relevance Sort by last modified time
    Searched full:x100 (Results 1326 - 1350 of 2008) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoder.cpp 110 if (code >= 0x100)
116 if (code >= 0x100)
  /external/chromium_org/third_party/codesighs/
codesighs.c 242 char module[0x100];
244 char object[0x100];
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 882 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1;
898 return ((msg_type & kStunTypeMask) == 0x100);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl3.h 560 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
613 #define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)
asn1.h 99 #define V_ASN1_NEG 0x100 /* negative flag */
495 #define ASN1_STRFLGS_DUMP_UNKNOWN 0x100
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl3.h 560 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
613 #define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)
  /external/grub/netboot/
lance.c 288 if (inw(ioaddr+LANCE_DATA) & 0x100)
478 if (inw(ioaddr+LANCE_DATA) & 0x100)
tulip.c 170 PCI_ADDR_64BITS=0x100, PCI_NO_ACPI_WAKE=0x200, PCI_NO_MIN_LATENCY=0x400,
239 HAS_INTR_MITIGATION=0x100, IS_ASIX=0x200, HAS_8023X=0x400,
300 RxJabber=0x200, RxDied=0x100, RxNoBuf=0x80, RxIntr=0x40,
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 336 * pads the TSS to be cacheline-aligned (size is 0x100)
340 * .. and then another 0x100 bytes for emergency kernel stack
  /external/libppp/src/
deflate.c 85 if (*proto < 0x100) { /* Compress the protocol */
356 if (proto < 0x100) { /* Compress the protocol */
  /external/openssl/include/openssl/
ssl3.h 580 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
633 #define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)
  /external/openssl/ssl/
ssl3.h 580 #define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT)
633 #define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT)
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 539 #define EXTKEYPAD(keypad) ((scancode & 0x100)?(mvke):(keypad))
593 if ((vkey == VK_RETURN) && (scancode & 0x100)) {
  /external/qemu/telephony/
gsm.c 93 if (phase & 0x100) {
1048 if (phase & 0x100) {
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 64 r.w.ax = 0x100; /* DPMI allocate DOS memory */
86 r.w.dx = sel; /* DX := selector from 0x100 */
  /packages/inputmethods/LatinIME/java/res/values/
attrs.xml 290 <flag name="followKeyLargeLabelRatio" value="0x100" />
434 <enum name="actionCustomLabel" value="0x100" />
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 369 #define BTN_MISC 0x100
370 #define BTN_0 0x100
ixjuser.h 92 * number as a parameter, 0x100 scales the signal by 1.0, 0x200 scales the
96 * setting is 0x100 (1.0).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 369 #define BTN_MISC 0x100
370 #define BTN_0 0x100
ixjuser.h 92 * number as a parameter, 0x100 scales the signal by 1.0, 0x200 scales the
96 * setting is 0x100 (1.0).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 369 #define BTN_MISC 0x100
370 #define BTN_0 0x100
ixjuser.h 92 * number as a parameter, 0x100 scales the signal by 1.0, 0x200 scales the
96 * setting is 0x100 (1.0).
  /external/ppp/pppd/
eap.c 209 esp->es_server.ea_id = (u_char)(drand48() * 0x100);
714 *ptr++ = (u_char) (drand48() * 0x100);
797 *cp++ = drand48() * 0x100;
811 *outp++ = drand48() * 0x100;
846 *ptr++ = drand48() * 0x100;
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 788 AX=0x100;
796 AX=0x100;
803 AX=0x100;
910 biosfn_perform_gray_scale_summing(0x00, 0x100);
1300 memsetw(vga_modes[line].sstart,address,(Bit16u)attr*0x100+' ',nbrows*nbcols);
1308 memsetw(vga_modes[line].sstart,address+(i*nbcols+cul)*2,(Bit16u)attr*0x100+' ',cols);
1317 memsetw(vga_modes[line].sstart,address+(i*nbcols+cul)*2,(Bit16u)attr*0x100+' ',cols);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1.h 99 #define V_ASN1_NEG 0x100 /* negative flag */
495 #define ASN1_STRFLGS_DUMP_UNKNOWN 0x100
    [all...]

Completed in 680 milliseconds

<<51525354555657585960>>