HomeSort by: relevance | last modified time | path
    Searched defs:num_bytes (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
utf8.pl 44 sub num_bytes($) { subroutine
114 &num_bytes($chr),
  /xsrc/external/mit/MesaLib/dist/src/util/
blob_test.c 91 size_t num_bytes, const char *test)
95 if (memcmp(expected, actual, num_bytes)) {
99 for (i = 0; i < num_bytes; i++) {
107 for (i = 0; i < num_bytes; i++) {
201 size_t delta, last, num_bytes; local
221 for (num_bytes = 1; num_bytes < sizeof(intptr_t); num_bytes++) {
222 blob_write_bytes(&blob, bytes, num_bytes);
242 for (num_bytes = 1; num_bytes < sizeof(intptr_t); num_bytes++)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
blob_test.c 91 size_t num_bytes, const char *test)
95 if (memcmp(expected, actual, num_bytes)) {
99 for (i = 0; i < num_bytes; i++) {
107 for (i = 0; i < num_bytes; i++) {
201 size_t delta, last, num_bytes; local
221 for (num_bytes = 1; num_bytes < sizeof(intptr_t); num_bytes++) {
222 blob_write_bytes(&blob, bytes, num_bytes);
242 for (num_bytes = 1; num_bytes < sizeof(intptr_t); num_bytes++)
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
theatre200.h 128 unsigned int num_bytes; member in struct:rt200_microc_seg
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_nir.c 177 nir_ssa_def *offset, unsigned num_bytes)
179 assert(num_bytes == 16 || num_bytes == 12 || num_bytes == 8 ||
180 num_bytes == 4 || num_bytes == 3 || num_bytes == 2 ||
181 num_bytes == 1);
185 if (num_bytes > 8)
204 if (num_bytes == 8
986 nir_ssa_def *num_bytes = intr->src[2].ssa; local
    [all...]
  /xsrc/external/mit/brotli/dist/c/enc/
backward_references_hq.c 90 size_t num_bytes) {
91 self->num_bytes_ = num_bytes;
92 self->literal_costs_ = BROTLI_ALLOC(m, float, num_bytes + 2);
187 size_t num_bytes = self->num_bytes_; local
189 for (i = 0; i < num_bytes; ++i) {
206 size_t num_bytes = self->num_bytes_; local
208 BrotliEstimateBitCostsForLiterals(position, num_bytes, ringbuffer_mask,
211 for (i = 0; i < num_bytes; ++i) {
304 const size_t num_bytes,
311 while (pos + len <= num_bytes && nodes[pos + len].u.cost <= min_cost)
    [all...]
  /xsrc/external/mit/xf86-input-elographics/dist/src/
xf86Elo.c 235 int num_bytes; local
246 SYSCALL(num_bytes = read(fd,
253 if (num_bytes < 0) {
257 DBG(4, ErrorF("Read %d bytes\n", num_bytes));
259 while (num_bytes) {
269 memmove(&buffer[0], &buffer[1], num_bytes-1);
282 num_bytes--;
330 int num_bytes; local
333 SYSCALL(num_bytes = read(fd,
340 if (num_bytes != ELO_UNFRAMED_SIZE)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 988 uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */ member in struct:pipe_binary_program_header
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 886 uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */ member in struct:pipe_llvm_program_header
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c 1813 int num_bytes = count * elem_size_bytes; /* count in bytes */ local
1817 if (num_bytes > 16) {
1820 num_bytes = 16;
1824 if (elem_size_bytes == 2 && num_bytes > 2 && (start % 2) == 1) {
1827 num_bytes = 2;
1836 num_bytes = elem_size_bytes;
1844 if (num_bytes == 1) {
1846 } else if (num_bytes == 2) {
1849 int num_channels = num_bytes / 4;
1851 switch (num_bytes) {
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c 1601 int num_bytes = count * elem_size_bytes; /* count in bytes */ local
1605 if (num_bytes > 16) {
1608 num_bytes = 16;
1612 if (elem_size_bytes == 2 && num_bytes > 2 && (start % 2) == 1) {
1615 num_bytes = 2;
1622 if (num_bytes == 1) {
1627 } else if (num_bytes == 2) {
1633 int num_channels = num_bytes / 4;
1635 switch (num_bytes) {

Completed in 20 milliseconds