HomeSort by: relevance | last modified time | path
    Searched refs:LAZY (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ms/
uplink.c 104 #define LAZY(i) \
105 __declspec(naked) static void lazy##i(void) \
111 #define LAZY(i) \
112 __declspec(naked) static void lazy##i(void) \
130 LAZY(1)
131 LAZY(2)
132 LAZY(3)
133 LAZY(4)
134 LAZY(5)
135 LAZY(6
    [all...]
  /src/crypto/external/bsd/openssl/dist/ms/
uplink.c 104 # define LAZY(i) \
105 __declspec(naked) static void lazy##i (void) { \
113 # define LAZY(i) \
114 __declspec(naked) static void lazy##i (void) { \
130 LAZY(1) LAZY(2) LAZY(3) LAZY(4) LAZY(5)
131 LAZY(6) LAZY(7) LAZY(8) LAZY(9) LAZY(10
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ms/
uplink.c 103 # define LAZY(i) \
104 __declspec(naked) static void lazy##i (void) { \
115 LAZY(1) LAZY(2) LAZY(3) LAZY(4) LAZY(5)
116 LAZY(6) LAZY(7) LAZY(8) LAZY(9) LAZY(10
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
vmm.h 12 LAZY
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_vmm.c 106 ret = nvif_vmm_get(&vmm->vmm, LAZY, false, mem->mem.page, 0,
nouveau_bo.c 1189 ret = nvif_vmm_get(vmm, LAZY, false, old_mem->mem.page, 0,
1194 ret = nvif_vmm_get(vmm, LAZY, false, new_mem->mem.page, 0,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_vmm.c 97 case LAZY: args.type = NVIF_VMM_GET_V0_LAZY; break;
  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 978 Lazy will remain in place. */
979 #define LAZY 0x01
1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1411 s->n_desc &= ~(REFE | LAZY);
1757 unsigned lazy = 0; local
1771 lazy = LAZY;
1827 If the section is lazy-bound, we need to keep the
1837 else if (S_IS_LOCAL (isym->sym) && ! lazy)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 978 Lazy will remain in place. */
979 #define LAZY 0x01
1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1411 s->n_desc &= ~(REFE | LAZY);
1757 unsigned lazy = 0; local
1771 lazy = LAZY;
1827 If the section is lazy-bound, we need to keep the
1837 else if (S_IS_LOCAL (isym->sym) && ! lazy)
    [all...]

Completed in 34 milliseconds