Home
last modified time | relevance | path

Searched refs:N_LEN (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/largefile/
H A Dlarge_files.c51 #define N_LEN 2 in main() macro
58 MPI_Offset n_len = N_LEN; in main()
124 static MPI_Offset x_count[RANK_x] = {1, N_LEN}; in main()
159 static MPI_Offset x_count[RANK_x] = {1, N_LEN}; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dlarge_files.c28 #define N_LEN 2 macro
59 size_t n_len = N_LEN; in main()
127 static size_t x_count[RANK_x] = {1, N_LEN}; in main()
163 static size_t ax_count[RANK_x] = {1, N_LEN}; in main()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dlarge_files.c28 #define N_LEN 2 macro
59 size_t n_len = N_LEN; in main()
127 static size_t x_count[RANK_x] = {1, N_LEN}; in main()
163 static size_t ax_count[RANK_x] = {1, N_LEN}; in main()
/dports/cad/irsim/irsim-9.7.110/lib/calibrate_spice3/
H A Dgetres41 g/N_LEN/s/N_LEN/$nlen/g
/dports/cad/irsim/irsim-9.7.110/lib/calibrate_hspice/
H A Dgetres24 g/N_LEN/s/N_LEN/$nlen/g
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgscedata.h32 #define N_LEN(e) ((e) & ((1 << NUM_LEN_BITS) - 1)) macro
H A Dgscencs.c96 uint len = N_LEN(n); in gs_c_glyph_name()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgscedata.h32 #define N_LEN(e) ((e) & ((1 << NUM_LEN_BITS) - 1)) macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgscedata.h36 #define N_LEN(e) ((e) & ((1 << NUM_LEN_BITS) - 1)) macro
H A Dgscencs.c95 uint len = N_LEN(n); in gs_c_glyph_name()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgscedata.h34 #define N_LEN(e) ((e) & ((1 << NUM_LEN_BITS) - 1)) macro
H A Dgscencs.c95 uint len = N_LEN(n); in gs_c_glyph_name()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgscedata.h34 #define N_LEN(e) ((e) & ((1 << NUM_LEN_BITS) - 1)) macro
H A Dgscencs.c95 uint len = N_LEN(n); in gs_c_glyph_name()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgscedata.h36 #define N_LEN(e) ((e) & ((1 << NUM_LEN_BITS) - 1)) macro
H A Dgscencs.c95 uint len = N_LEN(n); in gs_c_glyph_name()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c79 #define N_LEN 128 macro
86 #define CERT_RX_LEN (RCV_ID_LEN + N_LEN + E_LEN + 2 + RCV_SIG_LEN)
203 ptvcursor_add(cursor, hf_hdcp2_cert_n, N_LEN, ENC_NA); in dissect_hdcp2()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c79 #define N_LEN 128 macro
86 #define CERT_RX_LEN (RCV_ID_LEN + N_LEN + E_LEN + 2 + RCV_SIG_LEN)
203 ptvcursor_add(cursor, hf_hdcp2_cert_n, N_LEN, ENC_NA); in dissect_hdcp2()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c79 #define N_LEN 128
86 #define CERT_RX_LEN (RCV_ID_LEN + N_LEN + E_LEN + 2 + RCV_SIG_LEN)
203 ptvcursor_add(cursor, hf_hdcp2_cert_n, N_LEN, ENC_NA);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c79 #define N_LEN 128 macro
86 #define CERT_RX_LEN (RCV_ID_LEN + N_LEN + E_LEN + 2 + RCV_SIG_LEN)
203 ptvcursor_add(cursor, hf_hdcp2_cert_n, N_LEN, ENC_NA); in dissect_hdcp2()
/dports/devel/ga/ga-5.8/tcgmsg/tests/
H A Dtest.c247 #define N_LEN 11 in Stress() macro
248 static long len[N_LEN] = {0,1,2,4,8,4095,4096,4097,16367,16368,16369}; in Stress()
312 RandList((long) 0, (long) (N_LEN-1), list_n, n_stress); in Stress()
386 #undef N_LEN in Stress()
H A Dtest2.c243 #define N_LEN 11 in Stress() macro
244 static long len[N_LEN] = {0,1,2,4,8,4063,4064,4065,4072,8127,8129}; in Stress()
305 RandList((long) 0, (long) (N_LEN-1), list_n, n_stress); in Stress()
H A Dtest3.c25 #define N_LEN 11 macro
252 static long len[N_LEN] = {0,1,2,4,8,4095,4096,4097,16367,16368,16369}; in Stress()
315 RandList((long) 0, (long) (N_LEN-1), list_n, n_stress); in Stress()
H A Dtest.isend.c235 #define N_LEN 11 in Stress() macro
236 static long len[N_LEN] = {0,1,2,4,8,4095,4096,4097,16367,16368,16369}; in Stress()
297 RandList((long) 0, (long) (N_LEN-1), list_n, n_stress); in Stress()
/dports/misc/talkfilters/talkfilters-2.3.8/
H A Dwarez.l94 #define N_LEN (sizeof(n_array) / sizeof(n_array[0])) macro
145 [nN] gtf_puts(__warez_rand(n_array, N_LEN));

12