Home
last modified time | relevance | path

Searched defs:__cache (Results 1 – 25 of 85) sorted by relevance

1234

/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgmemdbg.h139 #define throw_mallox(__items, __size, __cache) throw_malloc((__items+__cache+1)*__size) argument
140 #define throw_callox(__items, __size, __cache) throw_calloc(__items+__cache+1, __size) argument
141 #define throw_reallox(__ptr, __items, __size, __cache) (((__items % __cache) and __ptr) ? (void*)__… argument
143 #define throw_xmallox(__items, __size, __cache) throw_xmalloc((__items+__cache+1)*__size) argument
144 #define throw_xcallox(__items, __size, __cache) throw_xcalloc(__items+__cache+1, __size) argument
145 #define throw_xreallox(__ptr, __items, __size, __cache) (((__items % __cache) and __ptr) ? (void*)_… argument
/dports/net/py-suds-community/suds-community-1.0.0/suds/
H A Dreader.py114 def __cache(self): member in DefinitionsReader
153 def __cache(self): member in DocumentReader
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/config/spu/
H A Dcache.S27 __cache: label
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/CMDB/
H A DBase.pm72 sub __cache { subroutine
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c103 struct __cache { struct
104 u32 addr;
106 u16 stride;
110 u16 stride;
112 u32 size;
113 u32 no_ops;
114 u32 ctrl_addr;
115 u32 ctrl_val;
116 u32 read_addr;
120 u8 rsvd1[2];
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c103 struct __cache { struct
104 u32 addr;
106 u16 stride;
110 u16 stride;
112 u32 size;
113 u32 no_ops;
114 u32 ctrl_addr;
115 u32 ctrl_val;
116 u32 read_addr;
120 u8 rsvd1[2];
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c103 struct __cache { struct
104 u32 addr;
106 u16 stride;
110 u16 stride;
112 u32 size;
113 u32 no_ops;
114 u32 ctrl_addr;
115 u32 ctrl_val;
116 u32 read_addr;
120 u8 rsvd1[2];
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/config/locale/generic/
H A Dtime_members.h46 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/config/locale/gnu/
H A Dtime_members.h44 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/config/locale/generic/
H A Dtime_members.h46 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/config/locale/gnu/
H A Dtime_members.h44 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/parallel/
H A Drandom_number.h52 uint64_t __cache; variable

1234