/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
scrypt_platform.c | 41 alloc_region(escrypt_region_t *region, size_t size) 65 region->base = base; 66 region->aligned = aligned; 67 region->size = base ? size : 0; 73 init_region(escrypt_region_t *region) 75 region->base = region->aligned = NULL; 76 region->size = 0; 80 free_region(escrypt_region_t *region) 82 if (region->base) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos-mfc-reserved-memory.dtsi | 14 mfc_left: region-mfc-left { 21 mfc_right: region-mfc-right { 31 memory-region = <&mfc_left>, <&mfc_right>;
|
keystone-k2hk-evm.dts | 199 memory-region = <&dsp_common_memory>; 204 memory-region = <&dsp_common_memory>; 209 memory-region = <&dsp_common_memory>; 214 memory-region = <&dsp_common_memory>; 219 memory-region = <&dsp_common_memory>; 224 memory-region = <&dsp_common_memory>; 229 memory-region = <&dsp_common_memory>; 234 memory-region = <&dsp_common_memory>;
|
keystone-k2l-evm.dts | 148 memory-region = <&dsp_common_memory>; 153 memory-region = <&dsp_common_memory>; 158 memory-region = <&dsp_common_memory>; 163 memory-region = <&dsp_common_memory>;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator_primary64.h | 29 // Region: a part of Space dedicated to a single size class. 37 // A Region looks like this: 62 // When we know the size class (the region base) we can represent a pointer 63 // as a 4-byte integer (offset from the region start shifted right by 4). 112 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::ReturnToAllocator 116 BlockingMutexLock l(®ion->mutex); 117 uptr old_num_chunks = region->num_freed_chunks; 121 if (UNLIKELY(!EnsureFreeArraySpace(region, region_beg, 130 region->num_freed_chunks = new_num_freed_chunks; 131 region->stats.n_freed += n_chunks 138 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::GetFromAllocator 192 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::GetBlockBegin 234 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::PrintStats 261 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::PrintStats 295 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::ForEachChunk 820 RegionInfo *region = GetRegionInfo(class_id); local in function:SizeClassAllocator64::MaybeReleaseToOS [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
argon2-core.c | 73 allocate_memory(block_region **region, uint32_t m_cost) 79 if (region == NULL) { 88 *region = (block_region *) malloc( 89 sizeof(block_region)); /*2. Try to allocate region*/ 90 if (!*region) { 93 (*region)->base = (*region)->memory = NULL; 121 (*region)->base = base; 122 (*region)->memory = memory; 123 (*region)->size = memory_size [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/ |
amdgpu_dmub_dcn20.c | 117 REG_WRITE(DMCUB_REGION3_CW0_BASE_ADDRESS, cw0->region.base); 119 DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top, 126 REG_WRITE(DMCUB_REGION3_CW1_BASE_ADDRESS, cw1->region.base); 128 DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top, 151 REG_WRITE(DMCUB_REGION3_CW2_BASE_ADDRESS, cw2->region.base); 153 DMCUB_REGION3_CW2_TOP_ADDRESS, cw2->region.top, 160 REG_WRITE(DMCUB_REGION3_CW3_BASE_ADDRESS, cw3->region.base); 162 DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top, 171 cw4->region.top - cw4->region.base - 1, DMCUB_REGION4_ENABLE [all...] |
amdgpu_dmub_srv.c | 353 cw0.region.base = DMUB_CW0_BASE; 354 cw0.region.top = cw0.region.base + inst_fb->size - 1; 357 cw1.region.base = DMUB_CW1_BASE; 358 cw1.region.top = cw1.region.base + stack_fb->size - 1; 377 cw2.region.base = DMUB_CW0_BASE + inst_fb->size; 378 cw2.region.top = cw2.region.base + data_fb->size; 381 cw3.region.base = DMUB_CW3_BASE [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_region_lmem.c | 24 /* We want to 1:1 map the mappable aperture to our reserved region */ 27 mem->fake_mappable.size = resource_size(&mem->region); 35 mem->region.start, 51 mem->region = (struct resource)DEFINE_RES_MEM(mem->remap_addr, 91 resource_size(&mem->region))) 134 &mem->region); 139 (u64)resource_size(&mem->region));
|
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
DotZLib.cs | 17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff
|
ChecksumImpl.cs | 15 #region ChecksumGeneratorBase
100 #region CRC32
106 #region DLL imports
151 #region Adler
157 #region DLL imports
|
CodecBase.cs | 19 #region Data members
65 #region Codec Members
118 #region Destructor & IDisposable stuff
160 #region Helper methods
|
GZipStream.cs | 19 #region Dll Imports
40 #region Private data
46 #region Constructors
76 #region Access properties
112 #region Destructor & IDispose stuff
141 #region Basic reading and writing
237 #region Position & length stuff
|
UnitTests.cs | 46 #region Circular buffer tests
83 #region CRC32 Tests
116 #region Adler tests
154 #region Info tests
171 #region Deflate tests
211 #region Inflate tests
246 #region GZipStream test
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fbcon.h | 54 int nv04_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); 60 int nv50_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region); 65 int nvc0_fbcon_copyarea(struct fb_info *info, const struct fb_copyarea *region);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_base.c | 40 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) 42 fb->func->tile.fini(fb, region, tile); 46 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, 49 fb->func->tile.init(fb, region, addr, size, pitch, flags, tile); 53 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) 57 fb->func->tile.prog(fb, region, tile); 59 nvkm_engine_tile(&device->gr->engine, region); 61 nvkm_engine_tile(device->mpeg, region); 174 fb->func->tile.prog(fb, i, &fb->tile.region[i]); 211 fb->func->tile.fini(fb, i, &fb->tile.region[i]) [all...] |
/src/usr.sbin/acpitools/amldb/ |
Makefile | 9 SRCS= amldb.c debug.c region.c
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
engine.h | 27 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *); 52 void nvkm_engine_tile(struct nvkm_engine *, int region);
|
/src/lib/libc/time/ |
tzselect.ksh | 379 region= 522 region=$select_result 527 region = substr(ARGV[2], 2) 532 if (f[nf] == region) 536 ' ="$distance_table" ="$region" 689 # If there's more than one region, ask the user which one. 694 region=$select_result 697 # Determine tz from country and region. 702 region = substr(ARGV[2], 2) 721 if ($1 ~ cc && ($4 == region || !region) [all...] |
/src/sys/arch/ia64/stand/common/ |
misc.c | 101 /* Zero a region in kernel space. */ 171 * Display a region in traditional hexdump format. 174 hexdump(void *region, size_t len) 182 for (line = region; line < (region + len); line += 16) { 186 if ((line + x) < (region + len)) { 196 if ((line + x) < (region + len)) {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-j721e-som-p0.dtsi | 285 memory-region = <&mcu_r5fss0_core0_dma_memory_region>, 291 memory-region = <&mcu_r5fss0_core1_dma_memory_region>, 297 memory-region = <&main_r5fss0_core0_dma_memory_region>, 303 memory-region = <&main_r5fss0_core1_dma_memory_region>, 309 memory-region = <&main_r5fss1_core0_dma_memory_region>, 315 memory-region = <&main_r5fss1_core1_dma_memory_region>, 321 memory-region = <&c66_0_dma_memory_region>, 327 memory-region = <&c66_1_dma_memory_region>, 333 memory-region = <&c71_0_dma_memory_region>,
|
/src/sys/arch/powerpc/oea/ |
ofwoea_machdep.c | 551 * Find a region of memory, and create a bus_space_tag for it. 563 rangemap_t region, holes[32], list[32]; local in function:ofwoea_map_space 566 memset(®ion, 0, sizeof(region)); 643 memcpy(®ion, &list[range], sizeof(rangemap_t)); 649 if (region.addr + region.size < list[range].addr) { 652 holes[nrofholes].addr = region.size + region.addr; 657 region.size = list[range].size + list[range].addr [all...] |
/src/sys/dev/raidframe/ |
rf_paritymap.c | 87 unsigned region = sector / pm->region_size; local in function:rf_paritymap_test 91 retval = isset(pm->disk_boot->bits, region) ? 1 : 0; 123 rf_paritymap_begin_region(struct rf_paritymap *pm, unsigned region) 127 KASSERT(region < RF_PARITYMAP_NREG); 132 if (pm->current->state[region] < 0) 133 pm->current->state[region] = 0; 136 KASSERT(pm->current->state[region] < 127); 137 pm->current->state[region]++; 139 needs_write = isclr(pm->disk_now->bits, region); 142 KASSERT(pm->current->state[region] == 1) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
fb.h | 44 struct nvkm_fb_tile region[16]; member in struct:nvkm_fb::__anonc03e02340108 54 void nvkm_fb_tile_init(struct nvkm_fb *, int region, u32 addr, u32 size, 56 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *); 57 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
priv.h | 23 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);
|