HomeSort by: relevance | last modified time | path
    Searched refs:block_type (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/src/tls/
pkcs1.h 15 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
pkcs1.c 18 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen,
46 *pos++ = block_type; /* BT */
48 switch (block_type) {
71 "%d", __func__, block_type);
81 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
89 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
  /src/external/gpl3/gdb.old/dist/gdb/
tracefile.c 194 gdb_byte block_type; local
208 block_type = buf[0];
209 switch (block_type)
303 block_type, block_type);
tracefile-tfile.c 794 char block_type; variable
796 tfile_read ((gdb_byte *) &block_type, 1);
800 if (callback (block_type))
803 switch (block_type)
825 block_type, block_type);
jit.c 577 struct type *block_type = builtin_type (objfile->arch ())->builtin_void; local
589 block_name->set_type (lookup_function_type (block_type));
mdebugread.c 239 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK };
242 enum block_type, enum language);
4735 new_block (struct objfile *objfile, enum block_type type,
236 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum
  /src/external/gpl3/gdb/dist/gdb/
tracefile.c 194 gdb_byte block_type; local
208 block_type = buf[0];
209 switch (block_type)
303 block_type, block_type);
tracefile-tfile.c 794 char block_type; variable
796 tfile_read ((gdb_byte *) &block_type, 1);
800 if (callback (block_type))
803 switch (block_type)
825 block_type, block_type);
jit.c 577 struct type *block_type = builtin_type (objfile->arch ())->builtin_void; local
589 block_name->set_type (lookup_function_type (block_type));
  /src/external/gpl3/binutils/dist/gas/config/
tc-wasm32.c 589 unsigned long block_type = 0; local
598 block_type = BLOCK_TYPE_NONE;
605 block_type = BLOCK_TYPE_I32;
609 block_type = BLOCK_TYPE_I64;
613 block_type = BLOCK_TYPE_F32;
617 block_type = BLOCK_TYPE_F64;
651 if (block_type == 0)
653 FRAG_APPEND_1_CHAR (block_type);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-wasm32.c 589 unsigned long block_type = 0; local
598 block_type = BLOCK_TYPE_NONE;
605 block_type = BLOCK_TYPE_I32;
609 block_type = BLOCK_TYPE_I64;
613 block_type = BLOCK_TYPE_F32;
617 block_type = BLOCK_TYPE_F64;
651 if (block_type == 0)
653 FRAG_APPEND_1_CHAR (block_type);
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 53 bpf_u_int32 block_type; member in struct:block_header
185 bpf_u_int32 block_type; member in struct:block_cursor
295 bhdr.block_type = SWAPLONG(bhdr.block_type);
383 cursor->block_type = bhdr.block_type;
400 cursor->block_type);
945 bhdrp->block_type = magic_int;
1011 switch (cursor.block_type) {
1128 switch (cursor.block_type) {
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
crypto_libtomcrypt.c 490 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen,
518 *pos++ = block_type; /* BT */
520 switch (block_type) {
543 "%d", __func__, block_type);
553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type,
562 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
  /src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c 600 // Block_Type and Block_Size
602 // The next 2 bits represent the Block_Type, while the remaining 21 bits
605 const int block_type = (int)IO_read_bits(in, 2); local
608 switch (block_type) {
690 const int block_type,
695 const int block_type,
719 int block_type = (int)IO_read_bits(in, 2); local
722 if (block_type <= 1) {
724 return decode_literals_simple(in, literals, block_type,
728 return decode_literals_compressed(ctx, in, literals, block_type,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c 948 int amdgpu_dpm_set_powergating_by_smu(struct amdgpu_device *adev, uint32_t block_type, bool gate)
953 switch (block_type) {
957 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate);
988 (adev)->powerplay.pp_handle, block_type, gate));
996 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate);
1000 (adev)->powerplay.pp_handle, block_type, gate));
1004 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate);
1011 (adev)->powerplay.pp_handle, block_type, gate));
amdgpu.h 279 enum amd_ip_block_type block_type,
282 enum amd_ip_block_type block_type,
287 enum amd_ip_block_type block_type);
289 enum amd_ip_block_type block_type);
amdgpu_dpm.h 512 uint32_t block_type, bool gate);
amdgpu_device.c 1308 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1316 enum amd_ip_block_type block_type,
1325 if (adev->ip_blocks[i].version->type != block_type)
1342 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1350 enum amd_ip_block_type block_type,
1359 if (adev->ip_blocks[i].version->type != block_type)
1400 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1406 enum amd_ip_block_type block_type)
1413 if (adev->ip_blocks[i].version->type == block_type) {
1428 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_pp_interface.h 280 uint32_t block_type, bool gate);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c 74 char block_type; member in struct:lzx_dec
2475 ds->block_type = lzx_br_bits(br, 3);
2478 switch (ds->block_type) {
2502 if (ds->block_type != UNCOMPRESSED_BLOCK) {
2503 if (ds->block_type == VERBATIM_BLOCK)
2783 char block_type = ds->block_type; local
2908 if (block_type == ALIGNED_OFFSET_BLOCK &&
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap.c 61 uint64_t block_type; local
63 block_type = *(uint64_t *)vbuf;
65 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
zap_micro.c 243 uint64_t block_type; local
245 block_type = *(uint64_t *)buf;
247 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 1298 uint32_t block_type, bool gate)
1302 switch (block_type) {
amdgpu_smu.c 427 * @block_type: the IP block to power gate/ungate
437 int smu_dpm_set_power_gate(struct smu_context *smu, uint32_t block_type,
442 switch (block_type) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 696 extern int smu_dpm_set_power_gate(struct smu_context *smu,uint32_t block_type, bool gate);

Completed in 54 milliseconds

1 2