| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| opt-stats.py | 56 bypass = defaultdict(int) variable 59 bypass[r.Pass] += 1 71 for (passname, count) in sorted(bypass.items(), key=operator.itemgetter(1),
|
| /src/common/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_gt215.c | 376 u32 bypass; local 380 bypass = nvkm_rd32(device, ctrl) & 0x00000008; 381 if (!bypass) {
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/sys/arch/mac68k/include/ |
| iopreg.h | 76 } bypass; member in struct:__anon1588
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe.h | 589 /* Bypass */ 590 struct ixgbe_bp_data bypass; member in struct:ixgbe_softc
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genautomata.cc | 393 /* output and input insns of given bypass. */ 396 /* The next bypass for given output insn. */ 472 description but the bypass without a guard stays always the last 510 struct bypass_decl bypass; 900 &(_decl)->decl.bypass; })) 1080 #define DECL_BYPASS(d) (&(d)->decl.bypass) 2396 /* The function inserts BYPASS in the list of bypasses of the 2399 there is already the same bypass in the list the function reports 2402 insert_bypass (struct bypass_decl *bypass) 2405 struct insn_reserv_decl *out_insn_reserv = bypass->out_insn_reserv 506 struct bypass_decl bypass; member in union:decl::__anon13711 2493 struct bypass_decl *bypass; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genautomata.cc | 393 /* output and input insns of given bypass. */ 396 /* The next bypass for given output insn. */ 472 description but the bypass without a guard stays always the last 510 struct bypass_decl bypass; 900 &(_decl)->decl.bypass; })) 1080 #define DECL_BYPASS(d) (&(d)->decl.bypass) 2396 /* The function inserts BYPASS in the list of bypasses of the 2399 there is already the same bypass in the list the function reports 2402 insert_bypass (struct bypass_decl *bypass) 2405 struct insn_reserv_decl *out_insn_reserv = bypass->out_insn_reserv 506 struct bypass_decl bypass; member in union:decl::__anon16141 2493 struct bypass_decl *bypass; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_drv.h | 895 unsigned int cdclk, vco, ref, bypass; member in struct:intel_cdclk_state
|