Home
last modified time | relevance | path

Searched refs:check_offset (Results 26 – 50 of 317) sorted by relevance

12345678910>>...13

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/capnp-0.10.3/src/private/
H A Darena.rs55 …fn check_offset(&self, segment_id: u32, start: *const Word, offset_in_words: i32) -> Result<*const…
94 …fn check_offset(&self, segment_id: u32, start: *const Word, offset_in_words: i32) -> Result<*const…
202 …fn check_offset(&self, _segment_id: u32, start: *const Word, offset_in_words: i32) -> Result<*cons…
289 …fn check_offset(&self, _segment_id: u32, start: *const Word, offset_in_words: i32) -> Result<*cons…
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/data_masking/src/udf/
H A Dudf_utils.cc108 int check_offset = (str.size() + 1) % 2; in random_credit_card() local
111 if ((i + check_offset) % 2 == 0) { in random_credit_card()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/data_masking/src/udf/
H A Dudf_utils.cc108 int check_offset = (str.size() + 1) % 2; in random_credit_card() local
111 if ((i + check_offset) % 2 == 0) { in random_credit_card()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/data_masking/src/udf/
H A Dudf_utils.cc108 int check_offset = (str.size() + 1) % 2; in random_credit_card() local
111 if ((i + check_offset) % 2 == 0) { in random_credit_card()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/capnp-0.14.4/src/private/
H A Darena.rs38 …fn check_offset(&self, segment_id: u32, start: *const u8, offset_in_words: i32) -> Result<*const u… in check_offset() method
101 …fn check_offset(&self, segment_id: u32, start: *const u8, offset_in_words: i32) -> Result<*const u… in check_offset() function
219 …fn check_offset(&self, _segment_id: u32, start: *const u8, offset_in_words: i32) -> Result<*const … in check_offset() function
317 …fn check_offset(&self, _segment_id: u32, start: *const u8, offset_in_words: i32) -> Result<*const … in check_offset() method
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnftest.c82 void check_offset(char *text, pointer_addr_t offset, pointer_addr_t expect);
115 void check_offset(char *text, pointer_addr_t offset, pointer_addr_t expect) { in check_offset() function
270check_offset("First Offset", (unsigned int)((pointer_addr_t)&flow_record.first - (pointer_a… in main()
271check_offset("Src AS Offset", (unsigned int)((pointer_addr_t)&flow_record.srcas - (pointer_a… in main()
272check_offset("Dst AS Offset", (unsigned int)((pointer_addr_t)&flow_record.dstas - (pointer_a… in main()
273check_offset("Src Port Offset", (unsigned int)((pointer_addr_t)&flow_record.srcport - (pointer_ad… in main()
274check_offset("Dst Port Offset", (unsigned int)((pointer_addr_t)&flow_record.dstport - (pointer_ad… in main()
276check_offset("Flags Offset", (unsigned int)((pointer_addr_t)&flow_record.tcp_flags - (pointer_a… in main()
277check_offset("Protocol Offset", (unsigned int)((pointer_addr_t)&flow_record.prot - (pointer_ad… in main()
278check_offset("tos Offset", (unsigned int)((pointer_addr_t)&flow_record.tos - (pointer_ad… in main()
[all …]
/dports/devel/py-rope/rope-0.18.0/rope/contrib/
H A Dfindit.py87 def check_offset(occurrence): function
92 [check_offset, pyname_filter])
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_FaceGenerator.C257 std::vector<INT> check_offset(check_count.begin(), check_count.end()); in resolve_parallel_faces()
258 generate_index(check_offset); in resolve_parallel_faces()
266 check_offset[i] *= values_per_face; in resolve_parallel_faces()
270 check_count, check_offset, region.get_database()->util().communicator()); in resolve_parallel_faces()
291 if (check_count[j] > 0 && check_offset[j] == (INT)i) { in resolve_parallel_faces()
/dports/devel/R-cran-purrr/purrr/src/
H A Dpluck.c15 static int check_offset(int offset, SEXP index_i, bool strict);
110 if (check_offset(offset, index_i, strict)) { in extract_vector()
357 static int check_offset(int offset, SEXP index_i, bool strict) { in check_offset() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/cheri/
H A Dcheri-cap-offset-addr-casts.c26 void check_offset(char *c) { in check_offset() function
/dports/graphics/icoutils/icoutils-0.32.3/wrestool/
H A Dfileread.c36 check_offset(const char *memory, size_t total_size, in check_offset() function
/dports/databases/grass7/grass-7.8.6/raster/r.surf.idw/
H A Dmain.c75 double (*check_offset) (SHORT); /* function pointer */ variable
216 check_offset = offset_distance_LL; in lookup_and_function_ptrs()
224 check_offset = offset_distance; in lookup_and_function_ptrs()
430 if ((*check_offset) (abs((int)(row - current->start->y))) >= in search()
454 if ((*check_offset) (abs((int)(row - (*ewptr)->start->y))) >= in exhaust()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupRoutines.cpp264 ndbrequire(readOffset < req_struct->check_offset[MM]); in readFixedSizeTHOneWordNotNULL()
292 ndbrequire(readOffset + 1 < req_struct->check_offset[MM]); in readFixedSizeTHTwoWordNotNULL()
321 ndbrequire((readOffset + attrNoOfWords - 1) < req_struct->check_offset[MM]); in readFixedSizeTHManyWordNotNULL()
884 ndbrequire(updateOffset < req_struct->check_offset[MM]); in updateFixedSizeTHOneWordNotNULL()
918 ndbrequire((updateOffset + 1) < req_struct->check_offset[MM]); in updateFixedSizeTHTwoWordNotNULL()
957 ndbrequire((updateOffset + noOfWords - 1) < req_struct->check_offset[MM]); in updateFixedSizeTHManyWordNotNULL()
1060 Uint32 check_offset= req_struct->m_var_data[MM].m_max_var_offset; in updateVarSizeNotNULL() local
1070 ndbrequire(var_attr_pos+size_in_bytes <= check_offset); in updateVarSizeNotNULL()
1382 ndbrequire((updateOffset + noOfWords - 1) < req_struct->check_offset[DD]); in updateDiskFixedSizeNotNULL()
1484 Uint32 check_offset= req_struct->m_var_data[DD].m_max_var_offset; in updateDiskVarSizeNotNULL() local
[all …]
/dports/misc/lifelines/lifelines-3.1.1/src/btree/
H A Dbtrec.c45 static void check_offset(BLOCK block, RKEY rkey, INT i);
61 check_offset (BLOCK block, RKEY rkey, INT i) in check_offset() function
170 check_offset(newb, rkey, i-1); in bt_addrecord()
191 check_offset(newb, rkey, i+j-1); in bt_addrecord()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_limit.h62 bool check_offset(ha_rows sent) in check_offset() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_limit.h62 bool check_offset(ha_rows sent) in check_offset() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
539 check_offset(I) when is_integer(I) -> function
541 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
543 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
545 check_offset(_) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
544 check_offset(I) when is_integer(I) -> function
546 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
548 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
550 check_offset(_) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
539 check_offset(I) when is_integer(I) -> function
541 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
543 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
545 check_offset(_) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
544 check_offset(I) when is_integer(I) -> function
546 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
548 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
550 check_offset(_) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
539 check_offset(I) when is_integer(I) -> function
541 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
543 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
545 check_offset(_) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
544 check_offset(I) when is_integer(I) -> function
546 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
548 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
550 check_offset(_) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl478 case check_offset(Offset) of
544 check_offset(I) when is_integer(I) -> function
546 check_offset(Tz) when Tz=:=""; Tz=:="Z"; Tz=:="z" -> function
548 check_offset([Sign|Tz]) when Sign=:=$+; Sign=:=$- -> function
550 check_offset(_) -> function
/dports/graphics/gimp-refocus-plugin/refocus-0.9.0/src/
H A Dgimppreview.c1159 const gint check_offset = in gimp_preview_draw_row() local
1176 const guchar check = ((j + check_offset) & CHECK_SIZE) ? in gimp_preview_draw_row()
1212 const guchar check = ((j + check_offset) & CHECK_SIZE) ? in gimp_preview_draw_row()
1349 const gint check_offset = in gimp_preview_draw_unscaled_row() local
1354 const guchar check = ((x + check_offset) & CHECK_SIZE) ? in gimp_preview_draw_unscaled_row()
1392 const gint check_offset = in gimp_preview_draw_unscaled_row() local
1397 const guchar check = ((x + check_offset) & CHECK_SIZE) ? in gimp_preview_draw_unscaled_row()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c1896 check_offset(0); in scr_resize()
3662 check_offset(-1); in readline_backward_kill_word()
3688 check_offset(-1); in readline_backward_word()
3704 check_offset(1); in readline_forward_word()
3724 check_offset(1); in readline_updowncase_word()
3746 check_offset(1); in readline_capitalize_word()
3754 check_offset(-1); in readline_backward_char()
3762 check_offset(1); in readline_forward_char()
3822 check_offset(0); in readline_do_completion()
3921 check_offset(1); in readline_iline_end()
[all …]

12345678910>>...13