Home
last modified time | relevance | path

Searched refs:format_offset (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/
H A Ddpaa2-fd.h45 __le16 format_offset; member
183 return !!((le16_to_cpu(fd->simple.format_offset) >> in dpaa2_fd_short_len()
230 fd->simple.format_offset |= cpu_to_le16(offset); in dpaa2_fd_set_offset()
254 fd->simple.format_offset &= in dpaa2_fd_set_format()
292 __le16 format_offset; member
373 sg->format_offset &= cpu_to_le16(~SG_OFFSET_MASK); in dpaa2_sg_set_offset()
374 sg->format_offset |= cpu_to_le16(offset); in dpaa2_sg_set_offset()
461 __le16 format_offset; member
561 return !!((le16_to_cpu(fle->format_offset) >> in dpaa2_fl_short_len()
607 fle->format_offset &= cpu_to_le16(~FL_OFFSET_MASK); in dpaa2_fl_set_offset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/
H A Ddpaa2-fd.h45 __le16 format_offset; member
183 return !!((le16_to_cpu(fd->simple.format_offset) >> in dpaa2_fd_short_len()
230 fd->simple.format_offset |= cpu_to_le16(offset); in dpaa2_fd_set_offset()
254 fd->simple.format_offset &= in dpaa2_fd_set_format()
292 __le16 format_offset; member
373 sg->format_offset &= cpu_to_le16(~SG_OFFSET_MASK); in dpaa2_sg_set_offset()
374 sg->format_offset |= cpu_to_le16(offset); in dpaa2_sg_set_offset()
461 __le16 format_offset; member
561 return !!((le16_to_cpu(fle->format_offset) >> in dpaa2_fl_short_len()
607 fle->format_offset &= cpu_to_le16(~FL_OFFSET_MASK); in dpaa2_fl_set_offset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/soc/fsl/
H A Ddpaa2-fd.h45 __le16 format_offset; member
183 return !!((le16_to_cpu(fd->simple.format_offset) >> in dpaa2_fd_short_len()
230 fd->simple.format_offset |= cpu_to_le16(offset); in dpaa2_fd_set_offset()
254 fd->simple.format_offset &= in dpaa2_fd_set_format()
292 __le16 format_offset; member
373 sg->format_offset &= cpu_to_le16(~SG_OFFSET_MASK); in dpaa2_sg_set_offset()
374 sg->format_offset |= cpu_to_le16(offset); in dpaa2_sg_set_offset()
461 __le16 format_offset; member
561 return !!((le16_to_cpu(fle->format_offset) >> in dpaa2_fl_short_len()
607 fle->format_offset &= cpu_to_le16(~FL_OFFSET_MASK); in dpaa2_fl_set_offset()
[all …]
/dports/editors/rehex/rehex-0.4.0/tests/
H A Dutil.cpp120 TEST(Util, format_offset) in TEST() argument
122 EXPECT_EQ(format_offset(0, OFFSET_BASE_HEX, 0), "0000:0000"); in TEST()
123 EXPECT_EQ(format_offset(0, OFFSET_BASE_DEC, 0), "0000000000"); in TEST()
125 EXPECT_EQ(format_offset( 0xABCDEF10LL, OFFSET_BASE_HEX, 0x0LL), "ABCD:EF10"); in TEST()
126 EXPECT_EQ(format_offset( 0xABCDEF10LL, OFFSET_BASE_HEX, 0xFFFFFFFFLL), "ABCD:EF10"); in TEST()
127 EXPECT_EQ(format_offset( 0xABCDEF10LL, OFFSET_BASE_HEX, 0x100000000LL), "00000000:ABCDEF10"); in TEST()
128 EXPECT_EQ(format_offset( 0xFFFFFFFFLL, OFFSET_BASE_HEX, 0x0LL), "FFFF:FFFF"); in TEST()
129 EXPECT_EQ(format_offset(0x100000000LL, OFFSET_BASE_HEX, 0x0LL), "00000001:00000000"); in TEST()
131 EXPECT_EQ(format_offset(1234567890LL, OFFSET_BASE_DEC, 0LL), "1234567890"); in TEST()
132 EXPECT_EQ(format_offset(1234567890LL, OFFSET_BASE_DEC, 4294967295LL), "1234567890"); in TEST()
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DDIDeviceObjectData.java46 private int format_offset; field in DIDeviceObjectData
51 public final void set(int format_offset, int data, int millis, int sequence) { in set() argument
52 this.format_offset = format_offset; in set()
59 set(other.format_offset, other.data, other.millis, other.sequence); in set()
67 return format_offset; in getFormatOffset()
H A DDIDeviceObject.java60 private final int format_offset; field in DIDeviceObject
69 …, int identifier, int type, int instance, int flags, String name, int format_offset) throws IOExce… in DIDeviceObject() argument
79 this.format_offset = format_offset; in DIDeviceObject()
113 return format_offset; in getFormatOffset()
H A DIDirectInputDevice.java317 int format_offset = event.getFormatOffset()/4; in mapEvent() local
318 return objects.get(format_offset); in mapEvent()
459 int format_offset = current_format_offset++; in addObject() local
460 … DIDeviceObject(this, id, guid, guid_type, identifier, type, instance, flags, name, format_offset); in addObject()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dformatted_print.c401 if ((use_array && argc != (2 + format_offset)) in php_formatted_print()
402 || (!use_array && argc < (1 + format_offset))) { in php_formatted_print()
406 convert_to_string_ex(&args[format_offset]); in php_formatted_print()
412 z_format = &args[format_offset]; in php_formatted_print()
413 array = &args[1 + format_offset]; in php_formatted_print()
427 format_offset = 0; in php_formatted_print()
430 format = Z_STRVAL(args[format_offset]); in php_formatted_print()
431 format_len = Z_STRLEN(args[format_offset]); in php_formatted_print()
436 while (inpos < Z_STRLEN(args[format_offset])) { in php_formatted_print()
478 argnum += format_offset; in php_formatted_print()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dformatted_print.c401 if ((use_array && argc != (2 + format_offset)) in php_formatted_print()
402 || (!use_array && argc < (1 + format_offset))) { in php_formatted_print()
406 convert_to_string_ex(&args[format_offset]); in php_formatted_print()
412 z_format = &args[format_offset]; in php_formatted_print()
413 array = &args[1 + format_offset]; in php_formatted_print()
427 format_offset = 0; in php_formatted_print()
430 format = Z_STRVAL(args[format_offset]); in php_formatted_print()
431 format_len = Z_STRLEN(args[format_offset]); in php_formatted_print()
436 while (inpos < Z_STRLEN(args[format_offset])) { in php_formatted_print()
478 argnum += format_offset; in php_formatted_print()
[all …]
/dports/devel/elixir-timex/timex-3.3.0/lib/timezone/
H A Dinspect.ex8 offset = format_offset(total_offset)
12 defp format_offset(total_offset) do function
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/include/groonga/
H A Doutput.h48 #define GRN_OBJ_FORMAT_INIT(format,format_nhits,format_offset,format_limit,format_hits_offset) do {… argument
51 (format)->offset = (format_offset);\
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/include/groonga/
H A Doutput.h48 #define GRN_OBJ_FORMAT_INIT(format,format_nhits,format_offset,format_limit,format_hits_offset) do {…
51 (format)->offset = (format_offset);\
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/include/groonga/
H A Doutput.h48 #define GRN_OBJ_FORMAT_INIT(format,format_nhits,format_offset,format_limit,format_hits_offset) do {… argument
51 (format)->offset = (format_offset);\
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/include/groonga/
H A Doutput.h48 #define GRN_OBJ_FORMAT_INIT(format,format_nhits,format_offset,format_limit,format_hits_offset) do {… argument
51 (format)->offset = (format_offset);\
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/include/groonga/
H A Doutput.h48 #define GRN_OBJ_FORMAT_INIT(format,format_nhits,format_offset,format_limit,format_hits_offset) do {…
51 (format)->offset = (format_offset);\
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/include/groonga/
H A Doutput.h48 #define GRN_OBJ_FORMAT_INIT(format,format_nhits,format_offset,format_limit,format_hits_offset) do {… argument
51 (format)->offset = (format_offset);\
/dports/editors/rehex/rehex-0.4.0/src/
H A Dutil.hpp83 std::string format_offset(off_t offset, OffsetBase base, off_t upper_bound = -1);
H A DCodeCtrl.cpp79 std::string offset_str = format_offset(0, offset_display_base, offset_display_upper_bound); in BEGIN_EVENT_TABLE()
196 std::string offset_str = format_offset(0, offset_display_base, offset_display_upper_bound); in update_widths()
355 …std::string offset_str = format_offset(line->offset, offset_display_base, offset_display_upper_bou… in OnPaint()
H A DStringPanel.cpp213 …status_text += "Searching from " + format_offset(search_base, document_ctrl->get_offset_display_ba… in update()
217 …status_text += "Searched from " + format_offset(search_base, document_ctrl->get_offset_display_bas… in update()
1025 …return format_offset(si.offset, parent->document_ctrl->get_offset_display_base(), parent->document… in OnGetItemText()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c398 gint format_offset; in dissect_osc_message() local
411 format_offset = path_offset + path_len; in dissect_osc_message()
412 format = tvb_get_const_stringz(tvb, format_offset, &format_len); in dissect_osc_message()
430 …proto_tree_add_item(header_tree, hf_osc_message_format_type, tvb, format_offset, format_len, ENC_A… in dissect_osc_message()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c398 gint format_offset;
411 format_offset = path_offset + path_len;
412 format = tvb_get_const_stringz(tvb, format_offset, &format_len);
430 …proto_tree_add_item(header_tree, hf_osc_message_format_type, tvb, format_offset, format_len, ENC_A…
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c398 gint format_offset;
411 format_offset = path_offset + path_len;
412 format = tvb_get_const_stringz(tvb, format_offset, &format_len);
430 …proto_tree_add_item(header_tree, hf_osc_message_format_type, tvb, format_offset, format_len, ENC_A…
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c398 gint format_offset; in dissect_osc_message() local
411 format_offset = path_offset + path_len; in dissect_osc_message()
412 format = tvb_get_const_stringz(tvb, format_offset, &format_len); in dissect_osc_message()
430 …proto_tree_add_item(header_tree, hf_osc_message_format_type, tvb, format_offset, format_len, ENC_A… in dissect_osc_message()
/dports/security/pscan/pscan-1.3/
H A Dwu-ftpd.pscan28 # function_name format_offset
/dports/math/R-cran-haven/haven/src/readstat/sas/
H A Dreadstat_sas7bdat_write.c299 off_t format_offset = hinfo->u64 ? 46 : 34; in sas7bdat_col_format_subheader_init() local
303 memcpy(&subheader->data[format_offset+0], &text_ref.index, sizeof(uint16_t)); in sas7bdat_col_format_subheader_init()
304 memcpy(&subheader->data[format_offset+2], &text_ref.offset, sizeof(uint16_t)); in sas7bdat_col_format_subheader_init()
305 memcpy(&subheader->data[format_offset+4], &text_ref.length, sizeof(uint16_t)); in sas7bdat_col_format_subheader_init()

12