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

  /external/pcre/
pcre_study.c 617 const uschar *tcode = code + (((int)*code == OP_CBRA)? 3:1) + LINK_SIZE; local
623 switch(*tcode)
641 rc = set_start_bits(tcode, start_bits, caseless, utf8, cd);
645 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
646 tcode += 1 + LINK_SIZE;
670 tcode += 2 + 2*LINK_SIZE;
678 do tcode += GET(tcode, 1); while (*tcode == OP_ALT)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 102 * @tcode: Transaction code of the incoming request
120 __u32 tcode; member in struct:fw_cdev_event_request
217 * @tcode: Transaction code of the request
231 __u32 tcode; member in struct:fw_cdev_send_request
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 326 unsigned short* tcode = static_cast<unsigned short*>(code); local
340 printf("\t.short\t0x%x\n", tcode[i]);

Completed in 217 milliseconds