Home
last modified time | relevance | path

Searched refs:no_of_chars (Results 1 – 25 of 31) sorted by relevance

12

/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Dvirtualfont.c158 integer no_of_chars=256; in virtualfont() local
176 no_of_chars = VF_MEM_UNIT; in virtualfont()
182 for (i=0; i<no_of_chars; i++) { in virtualfont()
234 if (cc>=no_of_chars && cc<MAX_CODE) { in virtualfont()
238 for (i=no_of_chars; i<j; i++) { in virtualfont()
245 no_of_chars = j; in virtualfont()
246 curfnt->maxchars=no_of_chars; in virtualfont()
248 else if (cc<0 || cc>=no_of_chars) badvf("character code out of range"); in virtualfont()
301 if (maxcc+1<no_of_chars) { in virtualfont()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dcharsets.c1070 const gint bit_offset, gint no_of_chars) in get_ts_23_038_7bits_string_packed() argument
1079 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0); in get_ts_23_038_7bits_string_packed()
1086 for(char_count = 0; char_count < no_of_chars; ptr++) { in get_ts_23_038_7bits_string_packed()
1116 if ((bits == 1) && (char_count < no_of_chars)) { in get_ts_23_038_7bits_string_packed()
1290 const gint bit_offset, gint no_of_chars) in get_ascii_7bits_string() argument
1303 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0); in get_ascii_7bits_string()
1304 for(char_count = 0; char_count < no_of_chars; ptr++) { in get_ascii_7bits_string()
1333 if ((bits == 1) && (char_count < no_of_chars)) { in get_ascii_7bits_string()
H A Dcharsets.h181 const gint bit_offset, gint no_of_chars);
193 const gint bit_offset, gint no_of_chars);
H A Dtvbuff.c2908 const gint bit_offset, gint no_of_chars) in tvb_get_ts_23_038_7bits_string_packed() argument
2911 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ts_23_038_7bits_string_packed()
2917 return get_ts_23_038_7bits_string_packed(scope, ptr, bit_offset, no_of_chars); in tvb_get_ts_23_038_7bits_string_packed()
2946 const gint bit_offset, gint no_of_chars) in tvb_get_ascii_7bits_string() argument
2949 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ascii_7bits_string()
2955 return get_ascii_7bits_string(scope, ptr, bit_offset, no_of_chars); in tvb_get_ascii_7bits_string()
3267 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3268 strptr = tvb_get_ts_23_038_7bits_string_packed(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
3275 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3276 strptr = tvb_get_ascii_7bits_string(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
H A Dproto.h3254 const guint bit_offset, const gint no_of_chars);
3265 const guint bit_offset, const gint no_of_chars);
3604 #define proto_tree_add_ts_23_038_7bits_packed_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3605 proto_tree_add_ts_23_038_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
3607 #define proto_tree_add_ascii_7bits_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3608 proto_tree_add_ascii_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
H A Dtvbuff.h625 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
695 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
H A Dproto.c12977 const guint bit_offset, const gint no_of_chars) in proto_tree_add_ts_23_038_7bits_packed_item() argument
12991 byte_length = (((no_of_chars + 1) * 7) + (bit_offset & 0x07)) >> 3; in proto_tree_add_ts_23_038_7bits_packed_item()
12994 string = tvb_get_ts_23_038_7bits_string_packed(PNODE_POOL(tree), tvb, bit_offset, no_of_chars); in proto_tree_add_ts_23_038_7bits_packed_item()
13009 const guint bit_offset, const gint no_of_chars) in proto_tree_add_ascii_7bits_item() argument
13023 byte_length = (((no_of_chars + 1) * 7) + (bit_offset & 0x07)) >> 3; in proto_tree_add_ascii_7bits_item()
13026 string = tvb_get_ascii_7bits_string(PNODE_POOL(tree), tvb, bit_offset, no_of_chars); in proto_tree_add_ascii_7bits_item()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dcharsets.c1070 const gint bit_offset, gint no_of_chars) in get_ts_23_038_7bits_string_packed() argument
1079 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0); in get_ts_23_038_7bits_string_packed()
1086 for(char_count = 0; char_count < no_of_chars; ptr++) { in get_ts_23_038_7bits_string_packed()
1116 if ((bits == 1) && (char_count < no_of_chars)) { in get_ts_23_038_7bits_string_packed()
1290 const gint bit_offset, gint no_of_chars) in get_ascii_7bits_string() argument
1303 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0); in get_ascii_7bits_string()
1304 for(char_count = 0; char_count < no_of_chars; ptr++) { in get_ascii_7bits_string()
1333 if ((bits == 1) && (char_count < no_of_chars)) { in get_ascii_7bits_string()
H A Dcharsets.h181 const gint bit_offset, gint no_of_chars);
193 const gint bit_offset, gint no_of_chars);
H A Dtvbuff.c2908 const gint bit_offset, gint no_of_chars) in tvb_get_ts_23_038_7bits_string_packed() argument
2911 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ts_23_038_7bits_string_packed()
2917 return get_ts_23_038_7bits_string_packed(scope, ptr, bit_offset, no_of_chars); in tvb_get_ts_23_038_7bits_string_packed()
2946 const gint bit_offset, gint no_of_chars) in tvb_get_ascii_7bits_string() argument
2949 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ascii_7bits_string()
2955 return get_ascii_7bits_string(scope, ptr, bit_offset, no_of_chars); in tvb_get_ascii_7bits_string()
3267 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3268 strptr = tvb_get_ts_23_038_7bits_string_packed(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
3275 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3276 strptr = tvb_get_ascii_7bits_string(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
H A Dproto.h3254 const guint bit_offset, const gint no_of_chars);
3265 const guint bit_offset, const gint no_of_chars);
3604 #define proto_tree_add_ts_23_038_7bits_packed_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3605 proto_tree_add_ts_23_038_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
3607 #define proto_tree_add_ascii_7bits_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3608 proto_tree_add_ascii_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
H A Dtvbuff.h625 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
695 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dcharsets.c1070 const gint bit_offset, gint no_of_chars)
1079 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0);
1086 for(char_count = 0; char_count < no_of_chars; ptr++) {
1116 if ((bits == 1) && (char_count < no_of_chars)) {
1290 const gint bit_offset, gint no_of_chars)
1303 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0);
1304 for(char_count = 0; char_count < no_of_chars; ptr++) {
1333 if ((bits == 1) && (char_count < no_of_chars)) {
H A Dcharsets.h181 const gint bit_offset, gint no_of_chars);
193 const gint bit_offset, gint no_of_chars);
H A Dtvbuff.c2908 const gint bit_offset, gint no_of_chars) in tvb_get_ts_23_038_7bits_string_packed() argument
2911 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ts_23_038_7bits_string_packed()
2917 return get_ts_23_038_7bits_string_packed(scope, ptr, bit_offset, no_of_chars); in tvb_get_ts_23_038_7bits_string_packed()
2946 const gint bit_offset, gint no_of_chars) in tvb_get_ascii_7bits_string() argument
2949 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ascii_7bits_string()
2955 return get_ascii_7bits_string(scope, ptr, bit_offset, no_of_chars); in tvb_get_ascii_7bits_string()
3267 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3268 strptr = tvb_get_ts_23_038_7bits_string_packed(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
3275 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3276 strptr = tvb_get_ascii_7bits_string(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
H A Dproto.h3254 const guint bit_offset, const gint no_of_chars);
3265 const guint bit_offset, const gint no_of_chars);
3604 #define proto_tree_add_ts_23_038_7bits_packed_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3605 proto_tree_add_ts_23_038_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
3607 #define proto_tree_add_ascii_7bits_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3608 proto_tree_add_ascii_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
H A Dtvbuff.h625 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
695 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
H A Dproto.c12977 const guint bit_offset, const gint no_of_chars) in proto_tree_add_ts_23_038_7bits_packed_item() argument
12991 byte_length = (((no_of_chars + 1) * 7) + (bit_offset & 0x07)) >> 3; in proto_tree_add_ts_23_038_7bits_packed_item()
12994 string = tvb_get_ts_23_038_7bits_string_packed(PNODE_POOL(tree), tvb, bit_offset, no_of_chars); in proto_tree_add_ts_23_038_7bits_packed_item()
13009 const guint bit_offset, const gint no_of_chars) in proto_tree_add_ascii_7bits_item() argument
13023 byte_length = (((no_of_chars + 1) * 7) + (bit_offset & 0x07)) >> 3; in proto_tree_add_ascii_7bits_item()
13026 string = tvb_get_ascii_7bits_string(PNODE_POOL(tree), tvb, bit_offset, no_of_chars); in proto_tree_add_ascii_7bits_item()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dcharsets.c1070 const gint bit_offset, gint no_of_chars) in get_ts_23_038_7bits_string_packed() argument
1079 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0); in get_ts_23_038_7bits_string_packed()
1086 for(char_count = 0; char_count < no_of_chars; ptr++) { in get_ts_23_038_7bits_string_packed()
1116 if ((bits == 1) && (char_count < no_of_chars)) { in get_ts_23_038_7bits_string_packed()
1290 const gint bit_offset, gint no_of_chars) in get_ascii_7bits_string() argument
1303 strbuf = wmem_strbuf_sized_new(scope, no_of_chars+1, 0); in get_ascii_7bits_string()
1304 for(char_count = 0; char_count < no_of_chars; ptr++) { in get_ascii_7bits_string()
1333 if ((bits == 1) && (char_count < no_of_chars)) { in get_ascii_7bits_string()
H A Dcharsets.h181 const gint bit_offset, gint no_of_chars);
193 const gint bit_offset, gint no_of_chars);
H A Dtvbuff.c2908 const gint bit_offset, gint no_of_chars) in tvb_get_ts_23_038_7bits_string_packed() argument
2911 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ts_23_038_7bits_string_packed()
2917 return get_ts_23_038_7bits_string_packed(scope, ptr, bit_offset, no_of_chars); in tvb_get_ts_23_038_7bits_string_packed()
2946 const gint bit_offset, gint no_of_chars) in tvb_get_ascii_7bits_string() argument
2949 gint length = ((no_of_chars + 1) * 7 + (bit_offset & 0x07)) >> 3; in tvb_get_ascii_7bits_string()
2955 return get_ascii_7bits_string(scope, ptr, bit_offset, no_of_chars); in tvb_get_ascii_7bits_string()
3267 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3268 strptr = tvb_get_ts_23_038_7bits_string_packed(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
3275 gint no_of_chars = (length << 3) / 7; in tvb_get_string_enc() local
3276 strptr = tvb_get_ascii_7bits_string(scope, tvb, bit_offset, no_of_chars); in tvb_get_string_enc()
H A Dproto.h3254 const guint bit_offset, const gint no_of_chars);
3265 const guint bit_offset, const gint no_of_chars);
3604 #define proto_tree_add_ts_23_038_7bits_packed_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3605 proto_tree_add_ts_23_038_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
3607 #define proto_tree_add_ascii_7bits_item(tree, hfinfo, tvb, start, no_of_chars) \ argument
3608 proto_tree_add_ascii_7bits(tree, (hfinfo)->id, tvb, start, no_of_chars)
H A Dtvbuff.h625 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
695 tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/ga/
H A Dtest_collect_telemetry_events.py100 …def _create_random_extension_events_dir_with_events(no_of_extensions, events_path, no_of_chars=10): argument
109 … = "Microsoft.OSTCExtensions.{0}".format(''.join(random.sample(string.ascii_letters, no_of_chars)))
/dports/comms/fldigi/fldigi-4.1.20/src/network/
H A Dxmlrpc.cxx2255 unsigned int temp = 0, no_of_chars = 1, k = 0; in execute() local
2256 s0 = s1 = s2 = number_of_samples(string(no_of_chars, character)); in execute()
2257 for(int i = no_of_chars + 1; i < 32; i++) { in execute()
2263 no_of_chars++; in execute()
2265 k = no_of_chars * factor; in execute()
2267 chsamples = (s1 - s0) / (k - no_of_chars); in execute()

12