Home
last modified time | relevance | path

Searched defs:byt (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/net/savvycan/SavvyCAN-1.0.245/re/
H A Dfuzzingwindow.cpp126 int byt = valu.toInt(nullptr, 16); in changedDataByteText() local
149 int byt; in changedNumDataBytes() local
273 for (int byt = 0; byt < ui->spinBytes->value(); byt++) in calcNextBitPattern() local
291 for (int byt = 0; byt < ui->spinBytes->value(); byt++) in calcNextBitPattern() local
322 for (int byt = 0; byt < ui->spinBytes->value(); byt++) in calcNextBitPattern() local
487 int byt = i / 8; in redrawGrid() local
/dports/lang/seed7/seed7/src/
H A Dflistutl.h53 #define OLD_CHUNK(var,tp,byt) (var = (tp) chunk.freemem, chunk.freemem += (byt), TRUE) argument
54 #define NEW_CHUNK(var,tp,byt) ((var = (tp) heap_chunk(byt)) != NULL) argument
55 #define ALLOC_CHUNK(var,tp,byt) ((byt) > chunk.beyond - chunk.freemem ? NEW_CHUNK(var, tp, byt) : … argument
56 #define FREE_CHUNK(var,byt) (chunk.lost_bytes += (byt)) argument
58 #define OLD_CHUNK(var,tp,byt) (var = (tp) chunk.freemem, chunk.freemem += (byt), chunk.size -= (… argument
59 #define NEW_CHUNK(var,tp,byt) ((var = (tp) heap_chunk(byt)) != NULL) argument
60 #define ALLOC_CHUNK(var,tp,byt) ((byt) > chunk.size ? NEW_CHUNK(var, tp, byt) : OLD_CHUNK(var, tp,… argument
61 #define FREE_CHUNK(var,byt) (chunk.lost_bytes += (byt)) argument
H A Dheaputl.h167 #define USTRI_ADD(len,cnt,byt) cnt++, byt += (memSizeType) (len) argument
168 #define USTRI_SUB(len,cnt,byt) cnt--, byt -= (memSizeType) (len) argument
185 #define REC2_ADD(size,cnt,byt) cnt++, byt += (memSizeType) (size) argument
186 #define REC2_SUB(size,cnt,byt) cnt--, byt -= (memSizeType) (size) argument
196 #define USTRI_ADD(len,cnt,byt) argument
197 #define USTRI_SUB(len,cnt,byt) argument
214 #define REC2_ADD(size,cnt,byt) argument
215 #define REC2_SUB(size,cnt,byt) argument
317 #define ALLOC_HEAP(var,tp,byt) ((var = (tp) MALLOC(byt)) != NULL) argument
318 #define REALLOC_HEAP(var,tp,byt) ((tp) REALLOC(var, byt)) argument
[all …]
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dvdp.cpp106 int byt,bit; in poke_vram() local
127 int byt,bit; in poke_cram() local
416 uint8_t byt, bit; in write_reg() local
/dports/devel/directfb/DirectFB-1.4.17/tools/
H A Draw16toraw24.c42 unsigned char byt; in main() local
H A Draw15toraw24.c42 unsigned char byt; in main() local
H A Draw32toraw24.c44 u8 byt; in main() local
/dports/net/savvycan/SavvyCAN-1.0.245/dbc/
H A Ddbcsignaleditor.cpp527 int byt = y / 8; in fillSignalForm() local
537 int byt = startBit / 8; in fillSignalForm() local
647 int byt = y / 8; in generateUsedBits() local
658 int byt = startBit / 8; in generateUsedBits() local
/dports/security/py-angr/angr-9.0.5405/angr/procedures/libc/
H A Dmemset.py14 def _repeat_bytes(byt, rep): argument
/dports/multimedia/tstools/tstools-1.11/
H A Dmisc_defns.h56 #define ON(byt,msk) ((byt & msk)?1:0) argument
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Digcstr.c205 #define byte_count_zero_bits(byt)\ argument
207 #define byte_count_one_bits(byt)\ argument
276 byte byt; in igc_reloc_string() local
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Digcstr.c213 #define byte_count_zero_bits(byt)\ argument
215 #define byte_count_one_bits(byt)\ argument
284 byte byt; in igc_reloc_string() local
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Digcstr.c213 #define byte_count_zero_bits(byt)\ argument
215 #define byte_count_one_bits(byt)\ argument
284 byte byt; in igc_reloc_string() local
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Digcstr.c215 #define byte_count_zero_bits(byt)\ argument
217 #define byte_count_one_bits(byt)\ argument
286 byte byt; in igc_reloc_string() local
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Digcstr.c215 #define byte_count_zero_bits(byt)\ argument
217 #define byte_count_one_bits(byt)\ argument
286 byte byt; in igc_reloc_string() local
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Digcstr.c205 #define byte_count_zero_bits(byt)\ argument
207 #define byte_count_one_bits(byt)\ argument
276 byte byt; in igc_reloc_string() local
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Digcstr.c216 #define byte_count_zero_bits(byt)\ argument
218 #define byte_count_one_bits(byt)\ argument
287 byte byt; in igc_reloc_string() local
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Digcstr.c216 #define byte_count_zero_bits(byt)\ argument
218 #define byte_count_one_bits(byt)\ argument
287 byte byt; in igc_reloc_string() local
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/internal/testprotos/
H A Ddesc_test_wellknowntypes.proto25 google.protobuf.BytesValue byt = 11; field
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/internal/testprotos/
H A Ddesc_test_wellknowntypes.proto25 google.protobuf.BytesValue byt = 11; field
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/internal/testprotos/
H A Ddesc_test_wellknowntypes.proto25 google.protobuf.BytesValue byt = 11; field
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/internal/testprotos/
H A Ddesc_test_wellknowntypes.proto25 google.protobuf.BytesValue byt = 11; field
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmicon.c361 int byt; /* line byte number */ in Urm__MapIconBitmap() local
591 int byt; /* line byte number */ in Urm__MapIconBitmapDepth1() local
770 int byt; /* line byte number */ in Urm__MapIconReplace() local
918 int byt; /* line byte number */ in Urm__MapIconAllocate() local
/dports/textproc/htmlc/htmlc-2.21.0/compiler/
H A DMakefile34 byt: $(PROG).byt target
/dports/devel/py-celery/celery-4.4.7/t/unit/utils/
H A Dtest_debug.py62 def test_humanbytes(byt, expected): argument

1234567891011