Searched refs:rowsize (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/byacc/dist/ |
H A D | warshall.c | 13 int rowsize; in transitive_closure() local 22 rowsize = WORDSIZE(n); in transitive_closure() 23 relend = R + n * rowsize; in transitive_closure() 39 rend = rowj + rowsize; in transitive_closure() 45 rowj += rowsize; in transitive_closure() 48 ccol += rowsize; in transitive_closure() 57 rowi += rowsize; in transitive_closure() 64 int rowsize; in reflexive_transitive_closure() local 71 rowsize = WORDSIZE(n); in reflexive_transitive_closure() 72 relend = R + n * rowsize; in reflexive_transitive_closure() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/ |
H A D | constant_time.h | 362 size_t rowsize, in constant_time_lookup() argument 371 memset(out, 0, rowsize); in constant_time_lookup() 376 for (j = 0; j < rowsize; j++) in constant_time_lookup()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | constant_time.h | 419 size_t rowsize, in constant_time_lookup() argument 428 memset(out, 0, rowsize); in constant_time_lookup() 433 for (j = 0; j < rowsize; j++) in constant_time_lookup()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
H A D | nouveau_nvkm_subdev_fb_ramnv50.c | 514 u64 rowsize, predicted; in nv50_fb_vram_rblock() local 528 rowsize = ram->parts * banks * (1 << colbits) * 8; in nv50_fb_vram_rblock() 529 predicted = rowsize << rowbitsa; in nv50_fb_vram_rblock() 531 predicted += rowsize << rowbitsb; in nv50_fb_vram_rblock() 538 rblock_size = rowsize; in nv50_fb_vram_rblock()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1218 const size_t rowsize = 8 * sizeof(u32); in hexdump() local 1223 for (pos = 0; pos < len; pos += rowsize) { in hexdump() 1226 if (prev && !memcmp(prev, buf + pos, rowsize)) { in hexdump() 1235 rowsize, sizeof(u32), in hexdump()
|
H A D | selftest_lrc.c | 3612 const size_t rowsize = 8 * sizeof(u32); in hexdump() local 3617 for (pos = 0; pos < len; pos += rowsize) { in hexdump() 3620 if (prev && !memcmp(prev, buf + pos, rowsize)) { in hexdump() 3629 rowsize, sizeof(u32), in hexdump()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 1000 int rowsize; member 1005 #define LTM_ROWSIZE(T) ((T)->rowsize) 1012 lambda_trans_matrix_new (int colsize, int rowsize, in lambda_trans_matrix_new() argument 1019 LTM_MATRIX (ret) = lambda_matrix_new (rowsize, colsize, lambda_obstack); in lambda_trans_matrix_new() 1020 LTM_ROWSIZE (ret) = rowsize; in lambda_trans_matrix_new()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-parloops.cc | 1000 int rowsize; member 1005 #define LTM_ROWSIZE(T) ((T)->rowsize) 1012 lambda_trans_matrix_new (int colsize, int rowsize, in lambda_trans_matrix_new() argument 1019 LTM_MATRIX (ret) = lambda_matrix_new (rowsize, colsize, lambda_obstack); in lambda_trans_matrix_new() 1020 LTM_ROWSIZE (ret) = rowsize; in lambda_trans_matrix_new()
|