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

  /src/usr.bin/uuencode/
uuencode.c 49 * Encode a file so it can be mailed to a remote system.
63 static void encode(void);
113 encode();
157 encode(void) function in typeref:typename:void
  /src/sbin/devpubd/hooks/
02-wedgenames 63 encode() function
129 n=$(encode "${l}")
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ppgtt.c 85 u64 (*encode)(const dma_addr_t, const enum i915_cache_level))
93 write_dma_entry(px_base(pd), idx, encode(to->map->dm_segs[0].ds_addr, I915_CACHE_LLC));
95 write_dma_entry(px_base(pd), idx, encode(to->daddr, I915_CACHE_LLC));
106 write_dma_entry(px_base(pd), idx, scratch->encode);
gen8_ppgtt.c 223 vm->scratch[0].encode,
294 fill_px(pt, vm->scratch[lvl].encode);
306 fill_px(pt, vm->scratch[lvl].encode);
472 gen8_pte_t encode = pte_encode; local in function:gen8_ppgtt_insert_huge
489 encode |= GEN8_PDE_PS_2M;
520 vaddr[index++] = encode |
525 vaddr[index++] = encode | iter->dma;
614 encode = vma->vm->scratch[0].encode;
618 memset64(vaddr + i, encode, 15)
    [all...]
gen6_ppgtt.c 94 const gen6_pte_t scratch_pte = vm->scratch[0].encode;
244 fill32_px(pt, vm->scratch[0].encode);
283 vm->scratch[0].encode =
292 fill32_px(&vm->scratch[1], vm->scratch[0].encode);
intel_gtt.h 179 u64 encode; member in struct:i915_page_scratch
607 u64 (*encode)(const dma_addr_t, const enum i915_cache_level));
intel_ggtt.c 380 const gen8_pte_t scratch_pte = vm->scratch[0].encode;
515 scratch_pte = vm->scratch[0].encode;
968 ggtt->vm.scratch[0].encode =
  /src/usr.bin/base64/
base64.c 92 encode(uint8_t out[4], uint8_t in[3]) function in typeref:typename:void
110 encode(out, in);
116 encode(out, in);
  /src/usr.bin/db/
db.c 212 parse_encode_decode_arg(optarg, 1 /* encode */);
655 parse_encode_decode_arg(const char *arg, int encode)
660 if (encode)
666 if (encode)
746 " -S visitem items to strvis(3) encode: 'k'ey, 'v'alue, 'b'oth\n"
750 " -X extravis extra characters to encode with -S\n"
  /src/games/cgram/
cgram.c 270 encode(void) function in typeref:typename:void
561 encode();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc 500 // Handle the most evil ioctls that encode argument value as part of request id.
571 // Sanity check: requests that encode access size are either read or write and
sanitizer_interceptors_ioctl_netbsd.inc 1495 // Sanity check: requests that encode access size are either read or write and
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sdvo.c 932 struct intel_sdvo_encode encode; local in function:intel_sdvo_check_supp_encode
934 BUILD_BUG_ON(sizeof(encode) != 2);
937 &encode, sizeof(encode));
  /src/common/dist/zlib/os400/
zlib.inc 91 * The GZIP encode/decode stream support structure.

Completed in 21 milliseconds